Skip to content

Commit

Permalink
Update Compliance Operator to golang 1.21 (#54429)
Browse files Browse the repository at this point in the history
We're starting to hit issues in our dependency patches because they
require at least golang 1.21.
  • Loading branch information
rhmdnd authored Jul 17, 2024
1 parent 082129a commit 6470d6b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ base_images:
name: cli-ocm
namespace: ci
tag: latest
openshift_release_rhel-8-release-golang-1.20-openshift-4.14:
openshift_release_rhel-9-release-golang-1.21-openshift-4.16:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.20-openshift-4.14
tag: rhel-9-release-golang-1.21-openshift-4.16
rosa-aws-cli:
name: rosa-aws-cli
namespace: ci
Expand All @@ -19,14 +19,14 @@ build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.20-openshift-4.14
tag: rhel-9-release-golang-1.21-openshift-4.16
images:
- dockerfile_path: Dockerfile.ci
from: base
inputs:
openshift_release_rhel-8-release-golang-1.20-openshift-4.14:
openshift_release_rhel-9-release-golang-1.21-openshift-4.16:
as:
- registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.20-openshift-4.14
- registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.21-openshift-4.16
to: compliance-operator
- dockerfile_path: images/testcontent/Dockerfile.ci
to: testcontent
Expand Down

0 comments on commit 6470d6b

Please sign in to comment.