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.
1 parent 92a69aa commit c8dc73aCopy full SHA for c8dc73a
.github/workflows/go-check.yml
@@ -16,7 +16,7 @@ jobs:
16
submodules: recursive
17
- uses: actions/setup-go@v2
18
with:
19
- go-version: "1.17.x"
+ go-version: "1.18.x"
20
- name: Run repo-specific setup
21
uses: ./.github/actions/go-check-setup
22
if: hashFiles('./.github/actions/go-check-setup') != ''
@@ -27,7 +27,7 @@ jobs:
27
echo "RUNGOGENERATE=true" >> $GITHUB_ENV
28
fi
29
- name: Install staticcheck
30
- run: go install honnef.co/go/tools/cmd/staticcheck@c8caa92bad8c27ae734c6725b8a04932d54a147b # 2021.1.2 (v0.2.2)
+ run: go install honnef.co/go/tools/cmd/staticcheck@d7e217c1ff411395475b2971c0824e1e7cc1af98 # 2022.1 (v0.3.0)
31
- name: Check that go.mod is tidy
32
uses: protocol/[email protected]
33
@@ -71,4 +71,3 @@ jobs:
71
git status --short
72
exit 1
73
74
-
0 commit comments