Skip to content

Commit

Permalink
Use golang 1.20
Browse files Browse the repository at this point in the history
Let's use an image that contains a patched version of net/http.

golang/go#63426
  • Loading branch information
rhmdnd committed Oct 17, 2023
1 parent bee4c84 commit 63833fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step one: build compliance-operator
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.19-openshift-4.12 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.20-openshift-4.14 AS builder

WORKDIR /go/src/github.com/openshift/compliance-operator

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step one: build compliance-operator
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.19-openshift-4.12 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.20-openshift-4.14 AS builder

WORKDIR /go/src/github.com/openshift/compliance-operator

Expand Down

0 comments on commit 63833fe

Please sign in to comment.