Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump go to 1.22 #804

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: golang-1.21
tag: golang-1.22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhat-developer/gitops-operator

go 1.21.0
go 1.22

require (
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241023053239-85db81b64541
Expand Down
2 changes: 1 addition & 1 deletion openshift-ci/build-root/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci

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

ARG KUBECTL_KUTTL_VERSION=0.12.1
ARG OPERATOR_SDK_VERSION=1.35.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ commands:
-out ${PWD}/redis.crt \
-newkey rsa:4096 \
-nodes \
-sha256 \
-days 10
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ commands:
-out ${PWD}/redis-ha.crt \
-newkey rsa:4096 \
-nodes \
-sha256 \
-days 10
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ commands:
-out ${PWD}/redis.crt \
-newkey rsa:4096 \
-nodes \
-sha256 \
-days 10
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ commands:
-out ${PWD}/redis-ha.crt \
-newkey rsa:4096 \
-nodes \
-sha256 \
-days 10