We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f9123 commit 90e845cCopy full SHA for 90e845c
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: test
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- uses: actions/setup-go@v6
21
with:
22
go-version: ${{ matrix.go }}
@@ -36,7 +36,7 @@ jobs:
36
name: lint
37
38
39
40
41
42
0 commit comments