Skip to content

Commit

Permalink
update golangci-lint to v1.59.1
Browse files Browse the repository at this point in the history
full diff: golangci/golangci-lint@v1.59.0...v1.59.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jun 24, 2024
1 parent 7fafd33 commit b5d1b4d
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.11
ARG ALPINE_VERSION=3.20
ARG GOLANGCI_LINT_VERSION=v1.59.0
ARG GOLANGCI_LINT_VERSION=v1.59.1

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

Expand Down

0 comments on commit b5d1b4d

Please sign in to comment.