You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Go toolchain to 1.25.9 and use Red Hat UBI9 go-toolset:1.25-1777043046
with digest sha256:35f08031de19eb51d6b35ed62c6357d3529bc69a8db65cf623ea5f0b44051999
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
# Use BUILDPLATFORM to ensure the builder always runs natively on the host machine
18
18
# Image pinned by SHA256 to address GitHub security bot warnings about unpinned dependencies
19
-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25.8-1775651161@sha256:34b22cd0b8b0d270b7b1d6c376f7130b58ae575822e375cd947859c21fdced5f AS builder
19
+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25-1777043046@sha256:35f08031de19eb51d6b35ed62c6357d3529bc69a8db65cf623ea5f0b44051999 AS builder
20
20
21
21
# Accept TARGETARCH and TARGETPLATFORM, which are automatically passed by the builder
0 commit comments