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 ff2f106 + 8158073 commit e66e1b9Copy full SHA for e66e1b9
.github/workflows/sanity.yml
@@ -18,7 +18,7 @@ jobs:
18
goarch: amd64
19
steps:
20
- uses: actions/checkout@v3
21
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v3
22
with:
23
go-version: ${{ env.GO_VERSION }}
24
- name: Install golint
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
37
38
39
40
41
- name: Test
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
- name: Build
0 commit comments