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 079b47e commit 252693aCopy full SHA for 252693a
docker/Dockerfile.devel
@@ -16,6 +16,6 @@ FROM golang:${GOLANG_VERSION}
16
17
RUN go install golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6
18
RUN go install github.com/matryer/moq@latest
19
-RUN go install github.com/gordonklaus/ineffassign@latest
+RUN go install github.com/gordonklaus/ineffassign@d2c82e48359b033cde9cf1307f6d5550b8d61321
20
RUN go install github.com/client9/misspell/cmd/misspell@latest
21
RUN go install github.com/google/go-licenses@latest
0 commit comments