Skip to content

Commit afcbfa4

Browse files
authored
chore: Bump go to 1.22 (#804)
* Bump go to 1.22 Signed-off-by: Siddhesh Ghadi <[email protected]> * Fix kuttl test Signed-off-by: Siddhesh Ghadi <[email protected]> --------- Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 4e70ae9 commit afcbfa4

File tree

8 files changed

+4
-8
lines changed

8 files changed

+4
-8
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: golang-1.21
4+
tag: golang-1.22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.21 as builder
2+
FROM golang:1.22 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

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

3-
go 1.21.0
3+
go 1.22
44

55
require (
66
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241023053239-85db81b64541

openshift-ci/build-root/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.21-openshift-4.16
3+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.16
44

55
ARG KUBECTL_KUTTL_VERSION=0.12.1
66
ARG OPERATOR_SDK_VERSION=1.35.0

test/openshift/e2e/ignore-tests/parallel/1-066_validate_redis_secure_comm_no_autotls_no_ha/02-generate_cert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ commands:
1717
-out ${PWD}/redis.crt \
1818
-newkey rsa:4096 \
1919
-nodes \
20-
-sha256 \
2120
-days 10

test/openshift/e2e/ignore-tests/parallel/1-067_validate_redis_secure_comm_no_autotls_ha/02-generate_cert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ commands:
1717
-out ${PWD}/redis-ha.crt \
1818
-newkey rsa:4096 \
1919
-nodes \
20-
-sha256 \
2120
-days 10

test/openshift/e2e/parallel/1-066_validate_redis_secure_comm_no_autotls_no_ha/02-generate_cert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ commands:
1717
-out ${PWD}/redis.crt \
1818
-newkey rsa:4096 \
1919
-nodes \
20-
-sha256 \
2120
-days 10

test/openshift/e2e/parallel/1-067_validate_redis_secure_comm_no_autotls_ha/02-generate_cert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ commands:
1717
-out ${PWD}/redis-ha.crt \
1818
-newkey rsa:4096 \
1919
-nodes \
20-
-sha256 \
2120
-days 10

0 commit comments

Comments
 (0)