Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .go.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_VERSION=1.26.1
GO_VERSION=1.26.2

Copilot AI Apr 7, 2026

Copy link

Choose a reason for hiding this comment

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

GO_VERSION was bumped to 1.26.2 here, but the repo still declares go 1.26.1 in go.mod and integration/go.mod (found via repo search). This leaves the required/tooling version inconsistent between CI (setup-go) and module metadata. Please bump the go directives (and any toolchain directives if present) to match, or clarify why they should intentionally differ.

Suggested change
GO_VERSION=1.26.2
GO_VERSION=1.26.1

Copilot uses AI. Check for mistakes.
Loading