1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-18 08:14:56 +00:00

Merge pull request #439 from rancher/renovate/golangci-golangci-lint-1.x

Update dependency golangci/golangci-lint to v1.54.0
This commit is contained in:
Colleen Murphy
2023-08-10 13:25:29 -07:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ RUN zypper -n up && \
zypper -n in git docker vim curl wget
RUN rm -rf /go/src /go/pkg
RUN if [ "${ARCH}" == "amd64" ]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.0; \
fi
ENV DAPPER_ENV REPO TAG DRONE_TAG