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 .harvest.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_VERSION=1.26.1
GO_VERSION=1.26.2
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

GO_VERSION is bumped to 1.26.2 here, but the repository’s go.mod files still specify go 1.26.1 (e.g., go.mod:3, integration/go.mod:3, mcp/go.mod:3). If the intent is to fully bump the required/toolchain Go patch version, these should be updated too (or add a short note in this env file/PR description explaining why CI/tooling uses a newer patch than the go directives).

Copilot uses AI. Check for mistakes.
Loading