We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2e6aa4 + 0cf91a1 commit aef77c3Copy full SHA for aef77c3
Makefile
@@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
23
#
24
# Go.
25
26
-GO_VERSION ?= 1.19.4
+GO_VERSION ?= 1.19.5
27
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
28
29
# Use GOPROXY environment variable if set
Tiltfile
@@ -173,7 +173,7 @@ def load_provider_tiltfiles():
173
174
tilt_helper_dockerfile_header = """
175
# Tilt image
176
-FROM golang:1.19.4 as tilt-helper
+FROM golang:1.19.5 as tilt-helper
177
# Support live reloading with Tilt
178
RUN go install github.com/go-delve/delve/cmd/dlv@latest
179
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
0 commit comments