Skip to content

Commit

Permalink
chore: bumped golangci lint to latest version
Browse files Browse the repository at this point in the history
This should fix the bodyclose linting remarks

Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 23, 2025
1 parent ee569ce commit 0f0b39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install go toolchain for pre-commit
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.63.4
go install mvdan.cc/gofumpt@latest
go install github.com/matryer/moq@latest
go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
Expand Down

0 comments on commit 0f0b39c

Please sign in to comment.