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
2323#
2424# Go.
2525#
26- GO_VERSION ?= 1.19.4
26+ GO_VERSION ?= 1.19.5
2727GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
2828
2929# Use GOPROXY environment variable if set
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def load_provider_tiltfiles():
173173
174174tilt_helper_dockerfile_header = """
175175# Tilt image
176- FROM golang:1.19.4 as tilt-helper
176+ FROM golang:1.19.5 as tilt-helper
177177# Support live reloading with Tilt
178178RUN go install github.com/go-delve/delve/cmd/dlv@latest
179179RUN 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