From 975ebb28c66d597d5687d3cf3d8df64f40f1a59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:28:04 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43e70f1..c70a5ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # We use the latest Go 1.x version unless asked to use something else. # The GitHub Actions CI job sets this argument for a consistent Go version. -ARG GO_VERSION=1.26.2 +ARG GO_VERSION=1.26.3 # Setup the base environment. The BUILDPLATFORM is set automatically by Docker. # The --platform=${BUILDPLATFORM} flag tells Docker to build the function using