Skip to content

Commit

Permalink
Merge pull request #7 from everettraven/bump/go-1.22
Browse files Browse the repository at this point in the history
bump go to 1.22
  • Loading branch information
everettraven authored May 14, 2024
2 parents fcc7b04 + cafa013 commit 823d6ae
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.21'},
build_args={'GO_VERSION': '1.22'},
dockerfile_contents='''
ARG GO_VERSION
FROM golang:${GO_VERSION}
Expand Down

0 comments on commit 823d6ae

Please sign in to comment.