1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-19 15:57:09 +00:00

Update dependency golangci/golangci-lint to v1.64.2 (#603)

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
renovate-rancher[bot] 2025-02-13 11:43:27 -08:00 committed by GitHub
parent 60c1e393e9
commit 8d7383bd0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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