Skip to content

fix(ci): update trunk go runtime to match go.mod version#9575

Merged
matthewmcneely merged 1 commit intomainfrom
fix/trunk-go-version
Jan 25, 2026
Merged

fix(ci): update trunk go runtime to match go.mod version#9575
matthewmcneely merged 1 commit intomainfrom
fix/trunk-go-version

Conversation

@mlwelles
Copy link
Contributor

Summary

  • Updates trunk's Go runtime from 1.24.3 to 1.25.6 to match the go.mod version

Context

Commit 5bc2925 updated go.mod to Go 1.25.6, but the trunk runtime configuration was not updated. This causes the Trunk Code Quality CI check to fail with:

Error: can't load config: the Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25.6)

Test plan

  • Verified trunk check passes locally after the change

The Go version in go.mod was updated to 1.25.6 in commit 5bc2925,
but the trunk runtime was not updated. This caused golangci-lint to
fail with "the Go language version (go1.24) used to build golangci-lint
is lower than the targeted Go version (1.25.6)".
@mlwelles mlwelles requested a review from a team as a code owner January 25, 2026 01:16
@matthewmcneely matthewmcneely merged commit d2a1bd4 into main Jan 25, 2026
26 checks passed
@matthewmcneely matthewmcneely deleted the fix/trunk-go-version branch January 25, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants