Pin moq version to v0.2.7

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-11-21 10:55:10 +01:00
parent d69a94ffdd
commit 417a5254a4

View File

@ -15,4 +15,4 @@ ARG GOLANG_VERSION=1.16
FROM golang:${GOLANG_VERSION}
RUN go get -u golang.org/x/lint/golint
RUN go install github.com/matryer/moq@latest
RUN go install github.com/matryer/moq@v0.2.7