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 7be2c20 commit 78782b3Copy full SHA for 78782b3
Dockerfile
@@ -36,7 +36,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
36
| sh -s -- -b $(go env GOPATH)/bin v1.54.2
37
38
# install goimports
39
-RUN go install golang.org/x/tools/cmd/goimports@v0.1.12
+RUN go install golang.org/x/tools/cmd/goimports@v0.17.0
40
41
# =============================================================================
42
# development stage
0 commit comments