We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db27772 commit 34b3a21Copy full SHA for 34b3a21
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: build
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/setup-go@v6
21
with:
22
go-version: ${{ matrix.go }}
@@ -31,7 +31,7 @@ jobs:
31
name: test
32
33
34
35
36
37
@@ -47,7 +47,7 @@ jobs:
47
name: lint
48
49
50
51
52
53
0 commit comments