File tree Expand file tree Collapse file tree 4 files changed +393
-419
lines changed Expand file tree Collapse file tree 4 files changed +393
-419
lines changed Original file line number Diff line number Diff line change 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
2
2
WORKDIR /go/src/github.com/openshift/machine-api-operator
3
3
COPY . .
4
4
RUN NO_DOCKER=1 make build
Original file line number Diff line number Diff line change 3
3
VERSION ?= $(shell git describe --always --abbrev=7)
4
4
MUTABLE_TAG ?= latest
5
5
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
7
7
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
9
9
10
10
# Enable go modules and vendoring
11
11
# https://github.com/golang/go/wiki/Modules#how-to-install-and-activate-module-support
You can’t perform that action at this time.
0 commit comments