mirror of https://github.com/k3s-io/k3s.git
parent
dc4a148725
commit
7c32f88fec
|
@ -37,7 +37,7 @@ RUN GOPROXY=direct go install golang.org/x/tools/cmd/goimports@gopls/v0.11.0
|
|||
RUN rm -rf /go/src /go/pkg
|
||||
|
||||
RUN if [ "$(go env GOARCH)" = "amd64" ]; then \
|
||||
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/v1.50.1/install.sh | sh -s; \
|
||||
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/v1.51.2/install.sh | sh -s -- v1.51.2; \
|
||||
fi
|
||||
|
||||
ARG SELINUX=true
|
||||
|
|
Loading…
Reference in New Issue