Skip to content

Commit ee0361f

Browse files
committed
update go.mod to K8s 1.32
1 parent b397e88 commit ee0361f

File tree

4 files changed

+393
-419
lines changed

4 files changed

+393
-419
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:golang-1.22 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.23 AS builder
22
WORKDIR /go/src/github.com/openshift/machine-api-operator
33
COPY . .
44
RUN NO_DOCKER=1 make build

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ DBG ?= 0
33
VERSION ?= $(shell git describe --always --abbrev=7)
44
MUTABLE_TAG ?= latest
55
IMAGE = $(REGISTRY)machine-api-operator
6-
BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.22
6+
BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.23
77
GOLANGCI_LINT = go run ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint
8-
ENVTEST_K8S_VERSION = 1.31.1
8+
ENVTEST_K8S_VERSION = 1.32.1
99

1010
# Enable go modules and vendoring
1111
# https://github.com/golang/go/wiki/Modules#how-to-install-and-activate-module-support

0 commit comments

Comments
 (0)