Skip to content

Commit

Permalink
ci: Upgrade to latest golangci-lint
Browse files Browse the repository at this point in the history
Upgrades to the latest release of golangci-lint.
This will allow enabling more checks, using the GitHub action, etc.
  • Loading branch information
abhinav committed Aug 1, 2023
1 parent 7617d44 commit 56e26fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fi
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3
make lint-golang || true
check-copyright:
Expand Down

0 comments on commit 56e26fe

Please sign in to comment.