Skip to content

Commit

Permalink
bump golganci lint
Browse files Browse the repository at this point in the history
Change-Id: I58b684dfacec6c650c6f2ccfb7011c6620d31892
  • Loading branch information
aojea committed Dec 18, 2024
1 parent d90b42c commit 1947c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -o pipefail
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..

cd $REPO_ROOT
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run -v
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.62.2 golangci-lint run -v

0 comments on commit 1947c06

Please sign in to comment.