Skip to content

Commit

Permalink
Merge pull request #11 from azych/bump-go-version
Browse files Browse the repository at this point in the history
chore: bump go version to 1.23
  • Loading branch information
camilamacedo86 authored Jan 5, 2025
2 parents 620a416 + be465c2 commit 3c93ebd
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 3c93ebd

Please sign in to comment.