-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |||||
|
|
||||||
| # 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 warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 2: containerImage not pinned by hash
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
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
A new version of this image is available based on go 1.25.5 https://catalog.redhat.com/en/software/containers/ubi9/go-toolset/61e5c00b4ec9945c18787690?image=69776dcb9302994b69614e23#overview |
||||||
|
|
||||||
| # Accept TARGETARCH and TARGETPLATFORM, which are automatically passed by the builder | ||||||
| ARG TARGETARCH | ||||||
|
|
||||||
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium