Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit 2f4744e

Browse files
committed
update .github/workflows/go-check.yml
1 parent b3167a0 commit 2f4744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "RUNGOGENERATE=true" >> $GITHUB_ENV
2828
fi
2929
- name: Install staticcheck
30-
run: go install honnef.co/go/tools/cmd/staticcheck@df71e5d0e0ed317ebf43e6e59cf919430fa4b8f2 # 2021.1.1 (v0.2.1)
30+
run: go install honnef.co/go/tools/cmd/staticcheck@c8caa92bad8c27ae734c6725b8a04932d54a147b # 2021.1.2 (v0.2.2)
3131
- name: Check that go.mod is tidy
3232
uses: protocol/[email protected]
3333
with:

0 commit comments

Comments
 (0)