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.4 and use Red Hat UBI9 go-toolset:9.8-1782736563
with digest sha256:35b140d3c10e19544654d1b5cc249347df7fdc136dfbce79c480bd41d6d6ea9d
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.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.26.3-1782348382@sha256:6fdc004bff119315ee4f19363ac1dec934fc40270d9aa1e6b4fbfa2467757570 AS builder
19
+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782736563@sha256:35b140d3c10e19544654d1b5cc249347df7fdc136dfbce79c480bd41d6d6ea9d AS builder
20
20
21
21
# Accept TARGETARCH and TARGETPLATFORM, which are automatically passed by the builder
0 commit comments