Browse Source

Pin golangci-lint version to v1.51.2 (#7113)

pull/7133/head v1.26.3-rc1+k3s1
Brooks Newberry 2 years ago committed by GitHub
parent
commit
7c32f88fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.dapper

2
Dockerfile.dapper

@ -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…
Cancel
Save