Skip to content

Commit 728e36f

Browse files
committed
ci: pin Go to 1.24 (stable resolves to 1.26 which has breaking changes)
1 parent 2b2dc50 commit 728e36f

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
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "stable"
14+
go-version: "1.24"
1515
- run: go mod download
1616
- run: go vet ./...
1717
- run: go test -race ./...

0 commit comments

Comments
 (0)