Skip to content

Commit

Permalink
Dockerfile: update golangci-lint to v1.63.4
Browse files Browse the repository at this point in the history
make sure it's compatible with go1.23

full diff: golangci/golangci-lint@v1.60.2...v1.63.4
Changelog: https://golangci-lint.run/product/changelog/#v1634

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Feb 10, 2025
1 parent 5bdab58 commit 5dc69a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ARG GO_VERSION=1.22.10
ARG XX_VERSION=1.6.1
ARG GOLANGCI_LINT_VERSION=v1.60.2
ARG GOLANGCI_LINT_VERSION=v1.63.4
ARG ADDLICENSE_VERSION=v1.0.0

ARG BUILD_TAGS="e2e"
Expand Down

0 comments on commit 5dc69a3

Please sign in to comment.