Skip to content

Commit 2e89d69

Browse files
authored
Merge pull request #432 from runkecheng/fix_static_check
workflow: Specify version of staticcheck. #431
2 parents fcc5416 + 9aff314 commit 2e89d69

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)