Skip to content

Commit

Permalink
Update golangci-lint to 1.61.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Oct 16, 2024
1 parent 1957259 commit caf02de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Build
run: go build ./...
- name: Install Linters
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0"
- name: Test and Lint
run: ./run_tests.sh
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ linters:
- reassign
- revive
- staticcheck
- tenv
- tparallel
- typecheck
- unconvert
Expand Down

0 comments on commit caf02de

Please sign in to comment.