-
Notifications
You must be signed in to change notification settings - Fork 67
chore: update Go toolchain to 1.25.3 #1574
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| # | ||
|
|
||
| FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20 | ||
| FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.20 |
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
| # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset | ||
| # Use BUILDPLATFORM to ensure the builder always runs natively on the host machine | ||
| FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1758501173 AS builder | ||
| FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489 AS builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: pin your Docker image by updating registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489 to registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489@sha256:e8938564f866174a6d79e55dfe577c2ed184b1f53e91d782173fb69b07ce69ef
Click Remediation section below for further remediation help
| # Build the manager binary | ||
| # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset | ||
| FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1758501173 as builder | ||
| FROM registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489 as builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: pin your Docker image by updating registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489 to registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489@sha256:e8938564f866174a6d79e55dfe577c2ed184b1f53e91d782173fb69b07ce69ef
Click Remediation section below for further remediation help
What does this PR do?
update Go toolchain to 1.25.3
What issues does this PR fix or reference?
resolves #1566
Is it tested? How?
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-pathto trigger)v8-devworkspace-operator-e2e: DevWorkspace e2e testv8-che-happy-path: Happy path for verification integration with Che