Skip to content

Commit 9e273af

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

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
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: actions/setup-go@v6
7575
with:
76-
go-version: '1.24'
76+
go-version: '1.25'
7777

7878
- run: go build ./...
7979
- run: go vet ./...

0 commit comments

Comments
 (0)