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.3
26
+ GO_VERSION ?= 1.19.4
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 @@ -167,7 +167,7 @@ def load_provider_tiltfiles():
167
167
168
168
tilt_helper_dockerfile_header = """
169
169
# Tilt image
170
- FROM golang:1.19.3 as tilt-helper
170
+ FROM golang:1.19.4 as tilt-helper
171
171
# Support live reloading with Tilt
172
172
RUN go install github.com/go-delve/delve/cmd/dlv@latest
173
173
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