Skip to content

Commit 35cb15a

Browse files
committed
go.mod: bump golang to 1.22
The build images are having their golang bumped to 1.22 because of the kube rebase to 1.30. Let's follow suit.
1 parent c8febae commit 35cb15a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.21-openshift-4.17
4+
tag: rhel-9-release-golang-1.22-openshift-4.17

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ run:
1010
- ^scripts
1111
- ^terraform
1212
- ^upi
13-
go: '1.21'
13+
go: '1.22'
1414
modules-download-mode: vendor
1515
allow-parallel-runners: true
1616
output:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/installer
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
cloud.google.com/go/monitoring v1.18.0

0 commit comments

Comments
 (0)