You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): upgrade to go 1.24 (#164)
## Description
CI is currently stuck due to vulnerabilities in old dependencies + some
needed `go mod tidy`. Checked Zarf (only importer this repo currently
cares about) and it is on Go 1.24.x, so upgrading to Go 1.24.0 should
not introduce any breaking changes.
Evidence:
-
https://github.com/defenseunicorns/pkg/actions/runs/14523743979/job/40750505482?pr=160
-
https://github.com/defenseunicorns/pkg/actions/runs/14523743975/job/40750506121?pr=160
---------
Signed-off-by: Harry Randazzo <[email protected]>