Skip to content

Commit

Permalink
bump golangci-lint to 1.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Aug 26, 2024
1 parent 8bbac99 commit 9fa5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: '1.20'
- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.60.3
- name: Lint
run: make lint
test:
Expand Down

0 comments on commit 9fa5c29

Please sign in to comment.