Skip to content

Commit 92e33ae

Browse files
kranurag7kranurag7
authored andcommitted
bump golangci-lint version
Signed-off-by: kranurag7 <[email protected]>
1 parent 01658a1 commit 92e33ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN apk add -U --no-cache \
6060
# Install Golang CI Lint
6161
FROM docker.io/library/alpine:3.19.1@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as golangci
6262
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63-
ENV GOLANGCI_VERSION="v1.58.1"
63+
ENV GOLANGCI_VERSION="v1.59.0"
6464
WORKDIR /
6565
# hadolint ignore=DL3018,DL4006
6666
RUN apk add --no-cache curl && \

0 commit comments

Comments
 (0)