1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-28 07:57:01 +00:00

Update dependency golangci/golangci-lint to v2

This commit is contained in:
renovate-rancher[bot]
2025-05-02 04:40:42 +00:00
committed by GitHub
parent 52cbfdab2d
commit dfd8c471c9

View File

@@ -7,7 +7,7 @@ RUN zypper -n up && \
zypper -n in git docker vim curl wget gawk
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.64.6; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v2.1.5; \
fi
ENV DAPPER_ENV REPO TAG DRONE_TAG