Skip to content

Commit

Permalink
update to golangci-lint v1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thaJeztah committed Oct 24, 2023
1 parent 9e1f8d6 commit b7b5b31
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.21.3
ARG ALPINE_VERSION=3.17
ARG GOLANGCI_LINT_VERSION=v1.54.2
ARG GOLANGCI_LINT_VERSION=v1.55.0

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

Expand Down

0 comments on commit b7b5b31

Please sign in to comment.