mirror of https://github.com/k3s-io/k3s
Update golangci-lint to v1.30.0
parent
56e9ddae7d
commit
c1413e1c89
|
@ -19,7 +19,7 @@ ARG DAPPER_HOST_ARCH
|
||||||
ENV ARCH $DAPPER_HOST_ARCH
|
ENV ARCH $DAPPER_HOST_ARCH
|
||||||
|
|
||||||
RUN if [ "${ARCH}" = 'amd64' ]; then \
|
RUN if [ "${ARCH}" = 'amd64' ]; then \
|
||||||
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.15.0; \
|
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.30.0; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ARG SELINUX=true
|
ARG SELINUX=true
|
||||||
|
|
Loading…
Reference in New Issue