Skip to content

Commit aef77c3

Browse files
authored
Merge pull request #7981 from sbueringer/pr-bump-to-go-1.19.5
🌱 Bump to Go 1.19.5
2 parents b2e6aa4 + 0cf91a1 commit aef77c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
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.4
26+
GO_VERSION ?= 1.19.5
2727
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2828

2929
# Use GOPROXY environment variable if set

Tiltfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def load_provider_tiltfiles():
173173

174174
tilt_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
178178
RUN go install github.com/go-delve/delve/cmd/dlv@latest
179179
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \

0 commit comments

Comments
 (0)