diff --git a/Dockerfile b/Dockerfile index 57a36a60..c578d17f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM builder AS linter # binary will be $(go env GOPATH)/bin/golangci-lint RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \ - | sh -s -- -b $(go env GOPATH)/bin v1.39.0 + | sh -s -- -b $(go env GOPATH)/bin v1.47.3 # ============================================================================= # development stage