mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update golangci-lint to v1.30.0
This commit is contained in:
parent
56e9ddae7d
commit
c1413e1c89
@ -19,7 +19,7 @@ ARG DAPPER_HOST_ARCH
|
||||
ENV ARCH $DAPPER_HOST_ARCH
|
||||
|
||||
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
|
||||
|
||||
ARG SELINUX=true
|
||||
|
Loading…
Reference in New Issue
Block a user