Skip to content

Commit 2b2dc50

Browse files
committed
ci: use stable Go version
1 parent 2684976 commit 2b2dc50

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: "1.22"
14+
go-version: "stable"
1515
- run: go mod download
1616
- run: go vet ./...
1717
- run: go test -race ./...

0 commit comments

Comments
 (0)