Bump Go to 1.26.7

This commit is contained in:
Ciprian Hacman
2026-08-23 14:37:31 +03:00
parent 19d58b0ede
commit 7e8a55e3ae
4 changed files with 4 additions and 4 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 --platform=linux/$BUILDARCH golang:1.26.5-bookworm AS builder-base
FROM --platform=linux/$BUILDARCH golang:1.26.7-bookworm AS builder-base
FROM --platform=linux/$BUILDARCH builder-base AS builder
ARG TARGETARCH