diff --git a/.github/workflows/code_check.yml b/.github/workflows/code_check.yml index 4e629a7d..a6b737a9 100644 --- a/.github/workflows/code_check.yml +++ b/.github/workflows/code_check.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v1 - name: Install staticcheck - run: go install honnef.co/go/tools/cmd/staticcheck@latest + run: go install honnef.co/go/tools/cmd/staticcheck@2020.2.1 - name: Run staticcheck run: staticcheck -f stylish ./...