Skip to content

Commit

Permalink
update golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondragonfx committed Oct 25, 2024
1 parent a90d197 commit 2ad6b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
go version
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
- name: Run Lint
run: |
golangci-lint run driver/...
Expand Down

0 comments on commit 2ad6b7b

Please sign in to comment.