Skip to content

Commit

Permalink
Upgrade devel image dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Mar 8, 2024
1 parent 2d4ce1a commit d652c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
ARG GOLANG_VERSION=x.x.x
FROM golang:${GOLANG_VERSION}

ARG CLIENT_GEN_VERSION=v0.26.1
ARG CONTROLLER_GEN_VERSION=v0.9.2
ARG GOLANGCI_LINT_VERSION=v1.52.0
ARG MOQ_VERSION=v0.3.3
ARG CLIENT_GEN_VERSION=v0.29.2
ARG CONTROLLER_GEN_VERSION=v0.14.0
ARG GOLANGCI_LINT_VERSION=v1.56.2
ARG MOQ_VERSION=v0.3.4

RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION} \
&& go install github.com/matryer/moq@${MOQ_VERSION} \
Expand Down

0 comments on commit d652c96

Please sign in to comment.