We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2dc50 commit 728e36fCopy full SHA for 728e36f
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-go@v5
13
with:
14
- go-version: "stable"
+ go-version: "1.24"
15
- run: go mod download
16
- run: go vet ./...
17
- run: go test -race ./...
0 commit comments