Merged
Conversation
bc69925 to
cd98993
Compare
Updates the Go version from 1.24.11 to 1.25.6 across: - go.mod - .github/actions/setup-go/action.yaml - dogfood/coder/Dockerfile Also updates dependencies for Go 1.25 compatibility: - gopls: v0.18.1 → v0.21.0 (required for Go 1.25) - mockgen: v0.5.0 → v0.6.0 (required for Go 1.25) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
cd98993 to
825c71f
Compare
de47048 to
67495cf
Compare
Go 1.25+ uses DWARFv5 debug format which requires Delve to be built with Go 1.25+. Set GOTOOLCHAIN when running Delve to ensure it's compiled with the current Go version.
67495cf to
1a05249
Compare
jdomeracki-coder
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🤖 Generated with Claude Code via Coder Task