Skip to content

Commit

Permalink
Merge pull request #7479 from sbueringer/pr-go.19.3
Browse files Browse the repository at this point in the history
🌱 Bump to Go 1.19.3
  • Loading branch information
k8s-ci-robot authored Nov 2, 2022
2 parents 91b88ee + fb87f31 commit e70fef8
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.2
GO_VERSION ?= 1.19.3
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 @@ -167,7 +167,7 @@ def load_provider_tiltfiles():

tilt_helper_dockerfile_header = """
# Tilt image
FROM golang:1.19.2 as tilt-helper
FROM golang:1.19.3 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 e70fef8

Please sign in to comment.