We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c623 commit 5dc10a1Copy full SHA for 5dc10a1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/openshift/release:golang-1.21 AS builder
+FROM registry.ci.openshift.org/openshift/release:golang-1.22 AS builder
2
WORKDIR /go/src/github.com/openshift/machine-api-operator
3
COPY . .
4
RUN NO_DOCKER=1 make build
Makefile
@@ -3,7 +3,7 @@ DBG ?= 0
VERSION ?= $(shell git describe --always --abbrev=7)
MUTABLE_TAG ?= latest
5
IMAGE = $(REGISTRY)machine-api-operator
6
-BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.21
+BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.22
7
GOLANGCI_LINT = go run ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint
8
9
# Enable go modules and vendoring
0 commit comments