From 8300d650c5511b35e1cbe977f54e2058475884a0 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Wed, 5 Oct 2022 18:31:31 +0200 Subject: [PATCH] Bump to Go 1.18.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- Makefile | 2 +- Tiltfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a0e0c3cf511..2c3d4c4dd45a 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.18.3 +GO_VERSION ?= 1.18.7 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) # Use GOPROXY environment variable if set diff --git a/Tiltfile b/Tiltfile index 49badd70e68f..6f845315e72c 100644 --- a/Tiltfile +++ b/Tiltfile @@ -145,7 +145,7 @@ def load_provider_tiltfiles(): tilt_helper_dockerfile_header = """ # Tilt image -FROM golang:1.18.3 as tilt-helper +FROM golang:1.18.7 as tilt-helper # Support live reloading with Tilt RUN go install github.com/go-delve/delve/cmd/dlv@latest RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \