diff --git a/Makefile b/Makefile index 476ccc211a78..0bcc1131c440 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.23.7 +GO_VERSION ?= 1.23.8 GO_DIRECTIVE_VERSION ?= 1.23.0 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) diff --git a/Tiltfile b/Tiltfile index 84dc035b2d3c..25e06c6d8c06 100644 --- a/Tiltfile +++ b/Tiltfile @@ -172,7 +172,7 @@ def load_provider_tilt_files(): tilt_helper_dockerfile_header = """ # Tilt image -FROM golang:1.23.7 as tilt-helper +FROM golang:1.23.8 as tilt-helper # Install delve. Note this should be kept in step with the Go release minor version. RUN go install github.com/go-delve/delve/cmd/dlv@v1.23 # Support live reloading with Tilt @@ -183,7 +183,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com """ tilt_dockerfile_header = """ -FROM golang:1.23.7 as tilt +FROM golang:1.23.8 as tilt WORKDIR / COPY --from=tilt-helper /process.txt . COPY --from=tilt-helper /start.sh . diff --git a/netlify.toml b/netlify.toml index cdad50bfa391..de352c8807d9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "docs/book/book" [build.environment] - GO_VERSION = "1.23.7" + GO_VERSION = "1.23.8" # Standard Netlify redirects [[redirects]]