Skip to content

Commit

Permalink
Merge pull request #6 from operator-framework/go-1.21
Browse files Browse the repository at this point in the history
bump Go version to 1.21
  • Loading branch information
joelanford authored Mar 7, 2024
2 parents f0a8933 + 5ce6bea commit fcc7b04
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 fcc7b04

Please sign in to comment.