Skip to content

Commit

Permalink
Merge pull request #5809 from thaJeztah/bump_golangci_lint
Browse files Browse the repository at this point in the history
Dockerfile: update golangci-lint to v1.63.4
  • Loading branch information
thaJeztah authored Feb 10, 2025
2 parents 7a72f38 + e1a9d1c commit 3560bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG GO_VERSION=1.23.6
ARG ALPINE_VERSION=3.21
ARG GOLANGCI_LINT_VERSION=v1.62.2
ARG GOLANGCI_LINT_VERSION=v1.63.4

FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint

Expand Down

0 comments on commit 3560bdd

Please sign in to comment.