Skip to content

Commit

Permalink
revert: downgrade golang to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
salasberryfin committed Aug 10, 2023
1 parent 2c8271c commit 8d2cbb1
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 @@ -6,7 +6,7 @@ SHELL = /usr/bin/env bash -o pipefail
#
# Go.
#
GO_VERSION ?= 1.20.7
GO_VERSION ?= 1.20.4
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
REPO ?= rancher-sandbox/rancher-turtles

Expand Down
2 changes: 1 addition & 1 deletion tilt/project/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def get_port_forwards(debug):

tilt_helper_dockerfile_header = """
# Tilt image
FROM golang:1.20.7 as tilt-helper
FROM golang:1.20.4 as tilt-helper
# Support live reloading with Tilt
RUN go install github.com/go-delve/delve/cmd/dlv@latest
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 8d2cbb1

Please sign in to comment.