Skip to content

fix(deps): bump supported Go versions to 1.27.0 and 1.26.7 - #837

Open
github-actions[bot] wants to merge 1 commit into
v8from
launchdarklyreleasebot/update-to-go1.27.0-
Open

fix(deps): bump supported Go versions to 1.27.0 and 1.26.7#837
github-actions[bot] wants to merge 1 commit into
v8from
launchdarklyreleasebot/update-to-go1.27.0-

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

It's time to update Relay's supported Go versions, due to a recent upstream Go release.

The Go major release cadence is ~every 6 months; the two most recent major versions are supported.
Note that between major releases, the Go team often ships multiple minor versions.

Current repo configuration Desired repo configuration
Latest 1.26.6 1.27.0
Penultimate 1.25.13 1.26.7

This PR's change was generated by running:

./scripts/update-go-release-version.sh 1.27.0 1.26.7
  • I have triggered CI on this PR (either close & reopen this PR in Github UI, or git commit -m "run ci" --allow-empty && git push)

@github-actions
github-actions Bot requested a review from a team as a code owner August 20, 2026 17:08

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3e43f98. Configure here.

@@ -1,2 +1,2 @@
latest=1.26.6
penultimate=1.25.13
latest=1.27.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Linter lacks Go 1.27 support

Medium Severity

CI now runs make lint on Go 1.27.0, but GOLANGCI_LINT_VERSION stays at v2.11.1, which only supports through Go 1.26. golangci-lint added 1.27 support in v2.13.0, so the lint job on latest Go is likely to fail or mis-analyze.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3e43f98. Configure here.

@github-actions
github-actions Bot force-pushed the launchdarklyreleasebot/update-to-go1.27.0- branch from 3e43f98 to 5b575d6 Compare August 21, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants