There was an error while loading. Please reload this page.
1 parent 30262df commit 4ad87e0Copy full SHA for 4ad87e0
1 file changed
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version: ^1.17
19
- name: Checkout
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
- name: golangci-lint
22
uses: golangci/golangci-lint-action@v9
23
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
- name: Vet
38
run: go vet -v ./...
39
- name: Test
0 commit comments