Skip to content

Commit

Permalink
Merge pull request #134 from s-urbaniak/pr-125
Browse files Browse the repository at this point in the history
OCPBUGS-10173: Updating oauth-server images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Sep 12, 2023
2 parents a06e530 + fed4b78 commit 37df9ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 37df9ff

Please sign in to comment.