-
Notifications
You must be signed in to change notification settings - Fork 57
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 project to use Go 1.22 #1369
base: main
Are you sure you want to change the base?
Conversation
.ci/oci.Dockerfile
Outdated
@@ -13,7 +13,7 @@ | |||
# limitations under the License. | |||
# | |||
|
|||
FROM registry.ci.openshift.org/openshift/release:golang-1.20 | |||
FROM registry.ci.openshift.org/openshift/release:golang-1.22 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: pin your Docker image by updating registry.ci.openshift.org/openshift/release to registry.ci.openshift.org/openshift/release@sha256:cd5c68457b9da02df266e32f9e26d9c323d808acaadc35126c50a526051c1d89
Click Remediation section below for further remediation help
537ed78
to
54e9604
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkwon17, ibuziuk 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 |
7128289
to
c459248
Compare
New changes are detected. LGTM label has been removed. |
c459248
to
6ad4116
Compare
Signed-off-by: David Kwon <dakwon@redhat.com>
Signed-off-by: David Kwon <dakwon@redhat.com>
Signed-off-by: David Kwon <dakwon@redhat.com>
Signed-off-by: David Kwon <dakwon@redhat.com>
Signed-off-by: David Kwon <dakwon@redhat.com>
6ad4116
to
eda4e68
Compare
What does this PR do?
Updates the project to use go 1.22.
What issues does this PR fix or reference?
Part of #1316
Is it tested? How?
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che