Skip to content

Commit

Permalink
chore: bump go version to 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Zych <[email protected]>
  • Loading branch information
azych committed Jan 2, 2025
1 parent 620a416 commit be465c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit be465c2

Please sign in to comment.