From 5ce6bea74bfeb2cd75fa2f100ba000caf87b9389 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Wed, 6 Mar 2024 17:06:49 -0500 Subject: [PATCH] bump Go version to 1.21 Signed-off-by: Joe Lanford --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index a154db3..61aaa47 100644 --- a/Tiltfile +++ b/Tiltfile @@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed(): docker_build( ref='helper', context='.', - build_args={'GO_VERSION': '1.20'}, + build_args={'GO_VERSION': '1.21'}, dockerfile_contents=''' ARG GO_VERSION FROM golang:${GO_VERSION}