mirror of
https://github.com/rancher/norman.git
synced 2025-05-12 10:14:29 +00:00
Update dependency golangci/golangci-lint to v1.64.6 (#626)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
parent
98b484daa5
commit
52cbfdab2d
@ -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.63.4; \
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.6; \
|
||||
fi
|
||||
|
||||
ENV DAPPER_ENV REPO TAG DRONE_TAG
|
||||
|
Loading…
Reference in New Issue
Block a user