Skip to content

chore: update to Go 1.25.6#21693

Merged
dannykopping merged 4 commits intomainfrom
feat/update-go-1.25
Jan 27, 2026
Merged

chore: update to Go 1.25.6#21693
dannykopping merged 4 commits intomainfrom
feat/update-go-1.25

Conversation

@dannykopping
Copy link
Contributor

@dannykopping dannykopping commented Jan 27, 2026

Summary

  • Update Go version from 1.24.11 to 1.25.6
  • Update go.mod to specify Go 1.25.6
  • Update GitHub Actions setup-go default version
  • Update dogfood Dockerfile with new Go version and SHA256 checksum

🤖 Generated with Claude Code via Coder Task

Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

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>
@dannykopping dannykopping force-pushed the feat/update-go-1.25 branch 3 times, most recently from de47048 to 67495cf Compare January 27, 2026 11:54
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.
@dannykopping dannykopping marked this pull request as ready for review January 27, 2026 12:01
@dannykopping dannykopping merged commit 3ee4f6d into main Jan 27, 2026
33 checks passed
@dannykopping dannykopping deleted the feat/update-go-1.25 branch January 27, 2026 18:44
@github-actions github-actions bot locked and limited conversation to collaborators Jan 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants