Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored May 20, 2024
1 parent d3fcaac commit f5d9b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ARCH $DAPPER_HOST_ARCH
RUN zypper -n up && \
zypper -n in git docker vim less file curl wget ca-certificates
RUN if [ "${ARCH}" == "amd64" ]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.2; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.58.2; \
fi
RUN curl -sL https://get.helm.sh/helm-v3.5.4-linux-${ARCH}.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1

Expand Down

0 comments on commit f5d9b0d

Please sign in to comment.