Skip to content

Commit 5dc10a1

Browse files
committed
Bump to Go 1.22
Signed-off-by: Nolan Brubaker <[email protected]>
1 parent 414c623 commit 5dc10a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.21 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.22 AS builder
22
WORKDIR /go/src/github.com/openshift/machine-api-operator
33
COPY . .
44
RUN NO_DOCKER=1 make build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.21
6+
BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.22
77
GOLANGCI_LINT = go run ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint
88

99
# Enable go modules and vendoring

0 commit comments

Comments
 (0)