1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-27 07:34:37 +00:00

Update dependency golangci/golangci-lint to v1.64.8 (#639)

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
renovate-rancher[bot]
2025-09-16 13:00:15 -07:00
committed by GitHub
parent 01092acd45
commit b91e2360ce

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.64.6; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.8; \
fi
ENV DAPPER_ENV REPO TAG DRONE_TAG