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 c8febae commit 35cb15aCopy full SHA for 35cb15a
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.21-openshift-4.17
+ tag: rhel-9-release-golang-1.22-openshift-4.17
.golangci.yaml
@@ -10,7 +10,7 @@ run:
10
- ^scripts
11
- ^terraform
12
- ^upi
13
- go: '1.21'
+ go: '1.22'
14
modules-download-mode: vendor
15
allow-parallel-runners: true
16
output:
go.mod
@@ -1,6 +1,6 @@
module github.com/openshift/installer
-go 1.21
+go 1.22
5
require (
6
cloud.google.com/go/monitoring v1.18.0
0 commit comments