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.
2 parents fb50bf8 + 6aa0efb commit 7b12d28Copy full SHA for 7b12d28
.github/workflows/sanity.yml
@@ -18,7 +18,7 @@ jobs:
18
goarch: amd64
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
22
with:
23
go-version: ${{ env.GO_VERSION }}
24
- name: Install golint
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
41
42
43
44
45
- name: Test
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
- name: Build
0 commit comments