Skip to content

Commit

Permalink
Update linter tools (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Jan 31, 2025
1 parent fe1f181 commit 57f0516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
git diff-index --quiet HEAD
- name: Install gofumpt
run: go install mvdan.cc/gofumpt@v0.6.0
run: go install mvdan.cc/gofumpt@v0.7.0

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/[email protected]

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.2
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4

- name: Lint
run: make lint

0 comments on commit 57f0516

Please sign in to comment.