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 2684976 commit 2b2dc50Copy full SHA for 2b2dc50
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: "1.22"
+ go-version: "stable"
15
- run: go mod download
16
- run: go vet ./...
17
- run: go test -race ./...
0 commit comments