-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Go 1.21 #38
Update to Go 1.21 #38
Conversation
/retest |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chetan-rns, jopit The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
3 similar comments
/retest |
/retest |
/retest |
openshift-ci/build-root/Dockerfile
Outdated
@@ -1,5 +1,5 @@ | |||
# Dockerfile to bootstrap build and test in openshift-ci | |||
|
|||
FROM registry.ci.openshift.org/openshift/release:golang-1.20 | |||
FROM registry.ci.openshift.org/openshift/release:golang-1.21 | |||
|
|||
RUN yum -y install dnf httpd-tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If not required, you can remove this. yum
seems to be the problem here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jgwest - can you remove the yum command as pointed by @deepsm007 ? It worked for us for gitops-operator redhat-developer/gitops-operator#743
edeb811
to
f65b4bb
Compare
f65b4bb
to
4fc244f
Compare
Signed-off-by: Jonathan West <[email protected]>
4fc244f
to
bd9e09d
Compare
/retest |
/lgtm |
1ae431a
into
redhat-developer:master
What type of PR is this?
/kind enhancement
What does this PR do / why we need it:
Update to Go v1.21