- Notifications
You must be signed in to change notification settings - Fork907
chore: update go to 1.24.2#17356
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This updates Go to the latest stable patch version (1.24.2) in:- go.mod- dogfood/coder/Dockerfile- .github/actions/setup-go/action.yaml- flake.nix
@ThomasK33 looks like |
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.
Go 1.24 is not available in the 24.11 release channel, thus we'll have to go with the unstable packages.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks@ThomasK33 |
Co-authored-by: Thomas Kosiewski <tk@coder.com>
Co-authored-by: Thomas Kosiewski <tk@coder.com>
Co-authored-by: Thomas Kosiewski <tk@coder.com>
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
d20966d
intomainUh oh!
There was an error while loading.Please reload this page.
this updates
go
to the latest stable patch version1.24.2
in:go.mod
dogfood/coder/Dockerfile
.github/actions/setup-go/action.yaml
flake.nix
written with the assistance of ClaudeCode.