From 4ebd6009ea22e2b0138832ca3d4e7485acb119d3 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Fri, 2 Jul 2021 13:26:15 -0700 Subject: [PATCH] Bump gopls and golangci-lint Signed-off-by: Brad Davidson --- Dockerfile.dapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index d21c678f3ff..b635295efd8 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -26,11 +26,11 @@ RUN if [ "$(go env GOARCH)" = "arm64" ]; then mv trivy /usr/local/bin; \ fi # this works for both go 1.15 and 1.16 -RUN GO111MODULE=on GOPROXY=direct go get golang.org/x/tools/cmd/goimports@gopls/v0.6.9 +RUN GO111MODULE=on GOPROXY=direct go get golang.org/x/tools/cmd/goimports@gopls/v0.7.0 RUN rm -rf /go/src /go/pkg RUN if [ "$(go env GOARCH)" = "amd64" ]; then \ - curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.40.0; \ + curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.41.1; \ fi ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_linux