Skip to content

Commit

Permalink
bump Go version to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford committed Mar 6, 2024
1 parent f0a8933 commit 5ce6bea
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.20'},
build_args={'GO_VERSION': '1.21'},
dockerfile_contents='''
ARG GO_VERSION
FROM golang:${GO_VERSION}
Expand Down

0 comments on commit 5ce6bea

Please sign in to comment.