chore(go): weekly Go toolchain upgrade - #469
Open
localstack-bot wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
This is the automated weekly Go toolchain bump (go1.26.6 → go1.27.0) in both go.mod files; the change itself is minimal and consistent, but it currently reddens CI.
- issue(blocking): The
Lintjob fails on this head —golangci-lintv2.9.0 (pinned in.tool-versions, built with go1.26) refuses to run against the now-targeted go1.27.0:can't load config: the Go language version (go1.26) used to build golangci-lint is lower than the targeted Go version (1.27.0). The toolchain bump needs a matchinggolangci-lintbump in.tool-versions(to a release built with Go ≥1.27) in the same PR before this can merge. - thought: This breakage recurs whenever Go's toolchain outpaces the pinned linter — consider having
weekly-go-upgrade.ymlalso bumpgolangci-lintto latest in the generated PR so the linter and toolchain stay in lockstep.
Automated review on behalf of @gtsiolis.
Generated by Claude Code
localstack-bot
force-pushed
the
chore/weekly-go-upgrade
branch
from
August 31, 2026 08:04
0b0996f to
cce64bb
Compare
There was a problem hiding this comment.
Re-review of the re-pushed weekly toolchain bump (go1.26.6 → go1.27.0); the change is still minimal and consistent, but the blocking lint breakage I flagged before is unresolved on this new commit.
- issue(blocking):
.tool-versionsstill pinsgolangci-lint 2.9.0(built with go1.26), so theLintjob stays red on this head while every other job is green — I confirmed via the check-runs API that Lint failed withgolangci-lint exit code 3(config load). Bumpgolangci-lintto a release built with Go ≥1.27 in this same PR so the linter can target go1.27.0. - thought(non-blocking): as noted last time, having
weekly-go-upgrade.ymlalso bumpgolangci-lintto latest in the generated PR would keep linter and toolchain in lockstep and stop this recurring weekly.
Automated review on behalf of @gtsiolis.
Generated by Claude Code
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automated weekly Go toolchain upgrade.
toolchaindirective to the latest released Go version.go mod tidyto keep module files consistent.