Skip to content

Commit

Permalink
Update ci.Dockerfile to use golang 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
divyansh42 authored and openshift-merge-bot[bot] committed Oct 9, 2024
1 parent ef20fc6 commit 6fe78d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Docerfile is the environment where the test will be run in.
FROM registry.ci.openshift.org/openshift/release:golang-1.20
FROM registry.ci.openshift.org/openshift/release:golang-1.21

# Add kubernetes repository
ADD ci/kubernetes.repo /etc/yum.repos.d/
Expand Down

0 comments on commit 6fe78d5

Please sign in to comment.