Skip to content

Commit 0c883fd

Browse files
authored
Merge pull request #55 from kannon92/fix-moq-version
moq was using golang 1.23 for latest
2 parents 68de9d9 + 6bd3a37 commit 0c883fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
GOLANG_VERSION ?= 1.22.2
15+
GOLANG_VERSION ?= 1.22.6
1616

1717
DRIVER_NAME := dra-example-driver
1818
MODULE := sigs.k8s.io/$(DRIVER_NAME)

docker/Dockerfile.devel

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ RUN go install github.com/gordonklaus/ineffassign@latest && \
1818
go install github.com/client9/misspell/cmd/misspell@latest
1919

2020
RUN go install github.com/golangci/golangci-lint/cmd/[email protected]
21-
RUN go install github.com/matryer/moq@latest
21+
RUN go install github.com/matryer/moq@v0.4.0
2222
RUN go install sigs.k8s.io/controller-tools/cmd/[email protected]
2323
RUN go install k8s.io/code-generator/cmd/[email protected]

0 commit comments

Comments
 (0)