Skip to content

Commit 9aff314

Browse files
committed
workflow: Specify version of staticcheck. #431
1 parent bfb292e commit 9aff314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v1
6464

6565
- name: Install staticcheck
66-
run: go install honnef.co/go/tools/cmd/staticcheck@latest
66+
run: go install honnef.co/go/tools/cmd/staticcheck@2020.2.1
6767

6868
- name: Run staticcheck
6969
run: staticcheck -f stylish ./...

0 commit comments

Comments
 (0)