Skip to content

Commit 3c93ebd

Browse files
Merge pull request #11 from azych/bump-go-version
chore: bump go version to 1.23
2 parents 620a416 + be465c2 commit 3c93ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed():
1414
docker_build(
1515
ref='helper',
1616
context='.',
17-
build_args={'GO_VERSION': '1.22'},
17+
build_args={'GO_VERSION': '1.23'},
1818
dockerfile_contents='''
1919
ARG GO_VERSION
2020
FROM golang:${GO_VERSION}

0 commit comments

Comments
 (0)