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 db1e716 commit 194af72Copy full SHA for 194af72
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Lint
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
22
with:
23
go-version: "1.24"
24
- uses: actions/checkout@v5
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
# this step for the whole matrix.
27
RUN_RACE_TESTS: ${{ github.event_name != 'pull_request' || (matrix.go == '1.24' && matrix.os == 'ubuntu') }}
28
29
30
31
go-version: ${{ matrix.go }}
32
0 commit comments