Skip to content

Commit

Permalink
Update docker.io/golangci/golangci-lint Docker tag to v1.62.2 (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent ee9df7c commit 5d1d733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lint:
--rm \
-w ${PWD} \
-v ${PWD}:${PWD} \
docker.io/golangci/golangci-lint:v1.62.0 \
docker.io/golangci/golangci-lint:v1.62.2 \
golangci-lint --timeout 5m0s run ./...

.PHONY: test
Expand Down

0 comments on commit 5d1d733

Please sign in to comment.