Skip to content

Commit

Permalink
Downgrade staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Aug 15, 2024
1 parent 9084f1a commit bf88844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.20.x'

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
run: go install honnef.co/go/tools/cmd/staticcheck@0.4.7

- name: Run staticcheck
run: staticcheck ./...
Expand All @@ -34,6 +34,6 @@ jobs:

- name: Run golint
run: golint ./...

- name: Run Tests
run: go test -cover -p 1 -race -v ./...

0 comments on commit bf88844

Please sign in to comment.