Commit d2a1bd4
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 change1 parent 5bc2925 commit d2a1bd4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments