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.
build
1 parent 4a63dbe commit 3236b1bCopy full SHA for 3236b1b
.github/workflows/build.yml
@@ -114,11 +114,6 @@ jobs:
114
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
115
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}
116
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
117
- - name: Install shfmt
118
- env:
119
- PACKAGE_URL: mvdan.cc/sh/v3/cmd/shfmt
120
- PACKAGE_VERSION: ${{ steps.setup-env.outputs.shfmt-version }}
121
- run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
122
- name: Install staticcheck
123
env:
124
PACKAGE_URL: honnef.co/go/tools/cmd/staticcheck
0 commit comments