Skip to content

Commit 0f07fc7

Browse files
authored
Merge pull request #7791 from sbueringer/pr-bump-go-1.19.4
🌱 Bump to Go 1.19.4
2 parents c6c8928 + 246ade2 commit 0f07fc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
2323
#
2424
# Go.
2525
#
26-
GO_VERSION ?= 1.19.3
26+
GO_VERSION ?= 1.19.4
2727
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2828

2929
# Use GOPROXY environment variable if set

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def load_provider_tiltfiles():
167167

168168
tilt_helper_dockerfile_header = """
169169
# Tilt image
170-
FROM golang:1.19.3 as tilt-helper
170+
FROM golang:1.19.4 as tilt-helper
171171
# Support live reloading with Tilt
172172
RUN go install github.com/go-delve/delve/cmd/dlv@latest
173173
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \

0 commit comments

Comments
 (0)