-
Notifications
You must be signed in to change notification settings - Fork 2k
build: upgrade to Go 1.25.1 #26823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: upgrade to Go 1.25.1 #26823
Conversation
|
Requires golang.org/x/tools upgrade in go-msgpack hashicorp/go-msgpack#35 |
|
Actually not true. As it turns out, we can build with old serf. |
|
I'm confused. And at the same time, we don't seem to be pulling that as a dependency anywhere! return empty output. |
|
An update on this: it's not just This means we need to upgrade |
Also note that we have a Nomad-specific branch of HCL2 |
this should eliminate golang.org/x/[email protected] and github.com/hashicorp/go-msgpack/v2 v2.1.2 from our dependency graph
|
Actually not needed. As it turns out, we can build with old hcl. |
just to see if it helps as expected
aa91a05 to
48ec538
Compare
jrasell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.