Skip to content

Commit 0a9180f

Browse files
committed
chore: remove staticcheck installation from analysis tools in workflow
1 parent beeee37 commit 0a9180f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525

2626
- name: Install analysis tools
2727
# Pinned versions — review quarterly and update manually.
28-
# gosec: https://github.com/securego/gosec/releases
29-
# nancy: https://github.com/sonatype-nexus-community/nancy/releases
30-
# staticcheck: https://github.com/dominikh/go-tools/releases
28+
# gosec: https://github.com/securego/gosec/releases
29+
# nancy: https://github.com/sonatype-nexus-community/nancy/releases
3130
run: |
3231
go install github.com/securego/gosec/v2/cmd/gosec@v2.23.0
3332
go install github.com/sonatype-nexus-community/nancy@v1.2.0
34-
go install honnef.co/go/tools/cmd/staticcheck@v0.7.0
3533
3634
- name: Verify dependencies
3735
run: go mod verify
@@ -71,9 +69,6 @@ jobs:
7169
version: v2.9.0
7270
args: --timeout=5m
7371

74-
- name: Run staticcheck
75-
run: staticcheck ./...
76-
7772
- name: Archive code coverage results
7873
uses: actions/upload-artifact@v6
7974
with:

0 commit comments

Comments
 (0)