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}