Skip to content

Commit

Permalink
Upgrade golangci lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jun 28, 2023
1 parent 5fa52b3 commit cac4f4c
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 @@ -14,5 +14,5 @@ jobs:
go-version: "1.20"
- name: lint
run: |
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3
golangci-lint run --skip-dirs-use-default --timeout 2m0s

0 comments on commit cac4f4c

Please sign in to comment.