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 ecf3299 commit 1eaedf5Copy full SHA for 1eaedf5
.github/workflows/build.yml
@@ -64,8 +64,8 @@ jobs:
64
${{ env.BASE_CACHE_KEY }}
65
- name: Setup curl cache
66
run: mkdir -p ${{ env.CURL_CACHE_DIR }}
67
- # Install GoCrtitic, GoSec and Staticcheck Go tools
68
- - name: Install GoCritic
+ # Install go-critic, GoSec and staticcheck Go tools
+ - name: Install go-critic
69
env:
70
PACKAGE_URL: github.com/go-critic/go-critic/cmd/gocritic
71
PACKAGE_VERSION: ${{ steps.setup-env.outputs.go-critic-version }}
0 commit comments