chore: bump Go version to 1.26 - #3836
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
MountType is a uint, so %s is invalid (govet). Use %d instead. Co-Authored-By: Claude <noreply@anthropic.com>
Updates modules/azurite/go.sum (azblob v1.6.0 -> v1.8.0) and removes trailing blank lines from usage-metrics/go.mod and wait/testdata/http/go.mod left by go mod tidy. Co-Authored-By: Claude <noreply@anthropic.com>
govet flags non-constant format strings in Printf calls. Pass the scanned text as an argument rather than directly as the format string. Co-Authored-By: Claude <noreply@anthropic.com>
Workflow file changes needed — sandbox cannot push (no
|
Bumps the Go version to 1.26 across all go.mod files in the monorepo using the existing bump-go.sh script. Also removes
toolchaindirectives (they are no longer needed when thegodirective itself specifies 1.26).Changes:
go 1.25.x→go 1.26,toolchain go1.25.9removed1.25.x, now only[1.26.x]1.25.xto1.26.xgo:1.25-trixie→go:1.26-trixiegolang:1.25→golang:1.26golang:1.25-alpine→golang:1.26-alpine1.25.9→1.26