Skip to content

Commit

Permalink
Update Go in e2e test Dockerfile to Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk committed Nov 22, 2023
1 parent 37f485b commit 093bb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/oci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#

FROM registry.ci.openshift.org/openshift/release:golang-1.19
FROM registry.ci.openshift.org/openshift/release:golang-1.20

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 093bb40

Please sign in to comment.