Skip to content

Commit 5bebe1c

Browse files
Update go version from 1.23 to 1.24 in the tilt
1 parent 5c06933 commit 5bebe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tilt-support

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed():
1414
docker_build(
1515
ref='helper',
1616
context='.',
17-
build_args={'GO_VERSION': '1.23'},
17+
build_args={'GO_VERSION': '1.24'},
1818
dockerfile_contents='''
1919
ARG GO_VERSION
2020
FROM golang:${GO_VERSION}

0 commit comments

Comments
 (0)