Skip to content

Commit

Permalink
Adjust Go version for midstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Apr 8, 2024
1 parent 8771cba commit 7489a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/ci-operator/build-image/Dockerfile
@@ -1,5 +1,5 @@
ARG OCP_VERSION=4.14
ARG GOLANG_VERSION=1.20
ARG OCP_VERSION=4.15
ARG GOLANG_VERSION=1.21
FROM registry.ci.openshift.org/ocp/${OCP_VERSION}:tools as tools

FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-${GOLANG_VERSION}-openshift-${OCP_VERSION}
Expand Down

0 comments on commit 7489a2b

Please sign in to comment.