From be465c2b0af12f5f98554ce31185c6d463c570c3 Mon Sep 17 00:00:00 2001 From: Artur Zych <5843875+azych@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:21:56 +0100 Subject: [PATCH] chore: bump go version to 1.23 Signed-off-by: Artur Zych <5843875+azych@users.noreply.github.com> --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index dcc491f..7c7ff8e 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.22'}, + build_args={'GO_VERSION': '1.23'}, dockerfile_contents=''' ARG GO_VERSION FROM golang:${GO_VERSION}