diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 9a3f7b8fb..844f0d26a 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.19-openshift-4.14 + tag: rhel-8-release-golang-1.20-openshift-4.14 diff --git a/go.mod b/go.mod index 9563f0749..ebe6501d6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openshift/oauth-server -go 1.19 +go 1.20 require ( github.com/davecgh/go-spew v1.1.1 diff --git a/images/Dockerfile.rhel b/images/Dockerfile.rhel index 77f64be0c..8e59f4dbc 100644 --- a/images/Dockerfile.rhel +++ b/images/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder WORKDIR /go/src/github.com/openshift/oauth-server COPY . . ENV GO_PACKAGE github.com/openshift/oauth-server