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.26.2 and use Red Hat UBI9 go-toolset:1.26.2-1779719578
with digest sha256:8f63c9cb48e454a1fb375f62050388e5090dde6a1a2936136ec441d0b1d16e9c
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-1777043046@sha256:35f08031de19eb51d6b35ed62c6357d3529bc69a8db65cf623ea5f0b44051999 AS builder
19
+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1779719578@sha256:8f63c9cb48e454a1fb375f62050388e5090dde6a1a2936136ec441d0b1d16e9c AS builder
20
20
21
21
# Accept TARGETARCH and TARGETPLATFORM, which are automatically passed by the builder
0 commit comments