diff --git a/common.mk b/common.mk index 50586d8c..c996d475 100644 --- a/common.mk +++ b/common.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -GOLANG_VERSION ?= 1.22.2 +GOLANG_VERSION ?= 1.22.6 DRIVER_NAME := dra-example-driver MODULE := sigs.k8s.io/$(DRIVER_NAME) diff --git a/docker/Dockerfile.devel b/docker/Dockerfile.devel index 2ae895ec..8ed89104 100644 --- a/docker/Dockerfile.devel +++ b/docker/Dockerfile.devel @@ -18,6 +18,6 @@ RUN go install github.com/gordonklaus/ineffassign@latest && \ go install github.com/client9/misspell/cmd/misspell@latest RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.0 -RUN go install github.com/matryer/moq@latest +RUN go install github.com/matryer/moq@v0.4.0 RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 RUN go install k8s.io/code-generator/cmd/client-gen@v0.29.2