Skip to content

Commit 9f9420b

Browse files
committed
ci: bump build+integration gate go-version 1.23->1.25 for setup-go@v6
setup-go@v6 defaults GOTOOLCHAIN=local, blocking the auto-upgrade from the pinned 1.23 to go.mod's required 1.25. Bump the pin to match go.mod. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e443461 commit 9f9420b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-go@v6
2626
with:
27-
go-version: '1.23'
27+
go-version: '1.25'
2828

2929
# The local gate (`make ci`) is identical to this CI gate:
3030
# build -> go build ./...

0 commit comments

Comments
 (0)