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.5 and use Red Hat UBI9 go-toolset:1.26.5-1783931515
with digest sha256:d8698410eb806fedd5c0ddbd08e981436051e0ed2113b8e402736e7ee578f6f4
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.4-1783628461@sha256:78c30e4fb77d1fa049d3bff5d9da1b5d77cc0ed96a2c30e6c4905380d3580462 AS builder
19
+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1783931515@sha256:d8698410eb806fedd5c0ddbd08e981436051e0ed2113b8e402736e7ee578f6f4 AS builder
20
20
21
21
# Accept TARGETARCH and TARGETPLATFORM, which are automatically passed by the builder
0 commit comments