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 2e4ad57 commit d893acbCopy full SHA for d893acb
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-go@v5
11
with:
12
- go-version: 1.23.0-rc.1
+ go-version: 1.23.0-rc.2
13
cache: false
14
- run: make check
15
env: { SKIP_LINT: true }
@@ -28,6 +28,6 @@ jobs:
28
29
30
31
32
33
- run: make test
0 commit comments