Merge pull request #5313 from gliptak/go8

Bump Go to 1.18
This commit is contained in:
lyndon
2022-10-18 12:17:37 +08:00
committed by GitHub
9 changed files with 9 additions and 180 deletions

View File

@@ -50,7 +50,7 @@ git_sha = str(local("git rev-parse HEAD", quiet = True, echo_off = True)).strip(
tilt_helper_dockerfile_header = """
# Tilt image
FROM golang:1.17 as tilt-helper
FROM golang:1.18 as tilt-helper
# Support live reloading with Tilt
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \