mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 05:09:54 +00:00
Pin golangci-lint version to v1.51.2 (#7113)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user