Skip to content

chore(go): weekly Go toolchain upgrade - #469

Open
localstack-bot wants to merge 1 commit into
mainfrom
chore/weekly-go-upgrade
Open

chore(go): weekly Go toolchain upgrade#469
localstack-bot wants to merge 1 commit into
mainfrom
chore/weekly-go-upgrade

Conversation

@localstack-bot

Copy link
Copy Markdown
Collaborator

Automated weekly Go toolchain upgrade.

  • Updates the toolchain directive to the latest released Go version.
  • Runs go mod tidy to keep module files consistent.

@localstack-bot localstack-bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@localstack-bot
localstack-bot requested a review from a team as a code owner August 24, 2026 08:12
@localstack-bot localstack-bot added docs: skip Pull request does not require documentation changes semver: patch labels Aug 24, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

  1. issue(blocking): The Lint job fails on this head — golangci-lint v2.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 matching golangci-lint bump in .tool-versions (to a release built with Go ≥1.27) in the same PR before this can merge.
  2. thought: This breakage recurs whenever Go's toolchain outpaces the pinned linter — consider having weekly-go-upgrade.yml also bump golangci-lint to latest in the generated PR so the linter and toolchain stay in lockstep.

Automated review on behalf of @gtsiolis.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docs: skip Pull request does not require documentation changes semver: patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant