Skip to content

Commit d2a1bd4

Browse files
authored
fix(ci): update trunk go runtime to match go.mod version (#9575)
## 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 - [x] Verified `trunk check` passes locally after the change
1 parent 5bc2925 commit d2a1bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
- go@1.24.3
17+
- go@1.25.6
1818
1919
2020

0 commit comments

Comments
 (0)