File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
23
23
#
24
24
# Go.
25
25
#
26
- GO_VERSION ?= 1.19.4
26
+ GO_VERSION ?= 1.19.5
27
27
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
28
28
29
29
# Use GOPROXY environment variable if set
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def load_provider_tiltfiles():
173
173
174
174
tilt_helper_dockerfile_header = """
175
175
# Tilt image
176
- FROM golang:1.19.4 as tilt-helper
176
+ FROM golang:1.19.5 as tilt-helper
177
177
# Support live reloading with Tilt
178
178
RUN go install github.com/go-delve/delve/cmd/dlv@latest
179
179
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
You can’t perform that action at this time.
0 commit comments