Skip to content

Commit 98c5d71

Browse files
Merge pull request #8473 from r4f4/bump-golang-1.22
OCPBUGS-34368: OCPBUGS-34325: OCPBUGS-34311: OCPBUGS-34221: Bump golang 1.22
2 parents 07b6f8d + 933e4fb commit 98c5d71

File tree

140 files changed

+283
-1688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+283
-1688
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:

cluster-api/cluster-api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module openshift/installer/cluster-api/providers/core
22

3-
go 1.21
3+
go 1.22
44

55
require sigs.k8s.io/cluster-api v1.7.0
66

cluster-api/providers/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module openshift/installer/cluster-api/providers/aws
22

3-
go 1.21
3+
go 1.22
44

55
require sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.2-0.20240426161541-ac4958082eab
66

cluster-api/providers/azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module openshift/installer/cluster-api/providers/azure
22

3-
go 1.21
3+
go 1.22
44

55
require sigs.k8s.io/cluster-api-provider-azure v1.14.2
66

cluster-api/providers/azureaso/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module openshift/installer/cluster-api/providers/azureaso
22

3-
go 1.21
3+
go 1.22
44

55
require github.com/Azure/azure-service-operator/v2 v2.6.0
66

cluster-api/providers/gcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module openshift/installer/cluster-api/providers/gcp
22

3-
go 1.21
3+
go 1.22
44

55
// CAPG replace block: these are taken directly from
66
// https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/main/go.mod

0 commit comments

Comments
 (0)