Skip to content

Commit

Permalink
use v1.48.0 golangci-lint in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Aug 10, 2022
1 parent 6eebd8c commit 9254f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: golangci-golint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.45.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0
./bin/golangci-lint run -v ./...

0 comments on commit 9254f38

Please sign in to comment.