Bump Go to 1.26.5 and golang.org/x modules

This commit is contained in:
Ciprian Hacman
2026-07-07 23:38:58 +03:00
parent e5aeec637c
commit 05993a1e48
132 changed files with 9666 additions and 30760 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# Must override builder-base, not builder, since the latter is referred to later in the file and so must not be
# directly replaced. See here, and note that "stage" parameter mentioned there has been renamed to
# "build-context": https://github.com/docker/buildx/pull/904#issuecomment-1005871838
FROM golang:1.25.9-bookworm@sha256:298734aec230b5f3e8cee450ce6d7eccc39f1797ba548ee90d57e9803030c6c3 AS builder-base
FROM golang:1.26.5-bookworm AS builder-base
FROM --platform=$BUILDPLATFORM builder-base AS builder
ARG TARGETARCH