Skip to content

Commit

Permalink
bump release 1.4 to go 1.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cahillsf committed Sep 14, 2023
1 parent fb50141 commit 16f6a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
#
# Go.
#
GO_VERSION ?= 1.19.13
GO_VERSION ?= 1.20.8
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)

# Use GOPROXY environment variable if set
Expand Down
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def load_provider_tiltfiles():

tilt_helper_dockerfile_header = """
# Tilt image
FROM golang:1.19.13 as tilt-helper
FROM golang:1.20.8 as tilt-helper
# Support live reloading with Tilt
RUN go install github.com/go-delve/delve/cmd/[email protected]
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
Expand Down

0 comments on commit 16f6a7c

Please sign in to comment.