From 9f0164ccd3bfeb2bcce7ae45e5526b298e8715d4 Mon Sep 17 00:00:00 2001 From: grokspawn Date: Mon, 8 Jun 2026 13:00:26 -0500 Subject: [PATCH] update tilt's go version Signed-off-by: grokspawn --- .tilt-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tilt-support b/.tilt-support index dcd827d04c..33a6d3938b 100644 --- a/.tilt-support +++ b/.tilt-support @@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed(): docker_build( ref='helper', context='.', - build_args={'GO_VERSION': '1.25'}, + build_args={'GO_VERSION': '1.26.3'}, dockerfile_contents=''' ARG GO_VERSION FROM golang:${GO_VERSION}