Skip to content

Commit

Permalink
Merge pull request #54 from wozniakjan/remove_golint
Browse files Browse the repository at this point in the history
golint is dead
  • Loading branch information
wozniakjan authored Dec 9, 2022
2 parents e5186cb + 1bfd951 commit e679127
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
- name: Run staticcheck
run: staticcheck ./...

- name: Install golint
run: go install golang.org/x/lint/golint@latest

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

- name: Install vulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest

Expand Down

0 comments on commit e679127

Please sign in to comment.