Skip to content

Commit 252693a

Browse files
committed
Use SHA for ineffassign
Signed-off-by: Evan Lezar <[email protected]>
1 parent 079b47e commit 252693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ FROM golang:${GOLANG_VERSION}
1616

1717
RUN go install golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6
1818
RUN go install github.com/matryer/moq@latest
19-
RUN go install github.com/gordonklaus/ineffassign@latest
19+
RUN go install github.com/gordonklaus/ineffassign@d2c82e48359b033cde9cf1307f6d5550b8d61321
2020
RUN go install github.com/client9/misspell/cmd/misspell@latest
2121
RUN go install github.com/google/go-licenses@latest

0 commit comments

Comments
 (0)