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 7ea10a2 commit ba6fb76Copy full SHA for ba6fb76
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.18-openshift-4.12
+ tag: rhel-8-release-golang-1.19-openshift-4.12
Dockerfile.rhel7
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
WORKDIR /go/src/github.com/openshift/console-operator
COPY . .
ENV GO_PACKAGE github.com/openshift/console-operator
go.mod
@@ -1,6 +1,6 @@
module github.com/openshift/console-operator
-go 1.18
+go 1.19
5
require (
6
github.com/blang/semver v3.5.1+incompatible
0 commit comments