We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764bd86 commit b745eb0Copy full SHA for b745eb0
Dockerfile
@@ -33,10 +33,10 @@ FROM builder AS linter
33
34
# binary will be $(go env GOPATH)/bin/golangci-lint
35
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
36
- | sh -s -- -b $(go env GOPATH)/bin v1.60.1
+ | sh -s -- -b $(go env GOPATH)/bin v1.64.5
37
38
# install goimports
39
-RUN go install golang.org/x/tools/cmd/goimports@v0.24.0
+RUN go install golang.org/x/tools/cmd/goimports@v0.30.0
40
41
# =============================================================================
42
# development stage
0 commit comments