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 54c1943 commit 251ae41Copy full SHA for 251ae41
Dockerfile
@@ -36,12 +36,12 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
36
| sh -s -- -b $(go env GOPATH)/bin v1.60.1
37
38
# install goimports
39
-RUN go install golang.org/x/tools/cmd/goimports@v0.17.0
+RUN go install golang.org/x/tools/cmd/goimports@v0.24.0
40
41
# =============================================================================
42
# development stage
43
44
45
FROM linter AS development
46
47
-RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.0
+RUN go install github.com/go-delve/delve/cmd/dlv@v1.23.0
0 commit comments