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 5f3bc13 commit 948ebdeCopy full SHA for 948ebde
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
PACKAGE_URL: github.com/go-critic/go-critic/cmd/gocritic
86
PACKAGE_VERSION: ${{ steps.setup-env.outputs.go-critic-version }}
87
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
88
- - name: Install GoSec
+ - name: Install gosec
89
env:
90
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
91
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}
0 commit comments