From 4a43e35546170f7b27dc53549ea92394c459350f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:40:01 +0000 Subject: [PATCH] Bump golang in /build in the all group across 1 directory Bumps the all group with 1 update in the /build directory: golang. Updates `golang` from 1.26.2 to 1.26.3 --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- build/Dockerfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.release b/build/Dockerfile.release index b45c221a..619529a2 100644 --- a/build/Dockerfile.release +++ b/build/Dockerfile.release @@ -11,7 +11,7 @@ # without messing up file permissions, since the Docker container doesn't run as # your actual user. -FROM golang:1.26.2 AS build +FROM golang:1.26.3 AS build ENV GO111MODULE=on WORKDIR /go/src/planetscale.dev/vitess-operator