Skip to content

Commit f2e6c62

Browse files
committed
Bump go to v1.23.8
1 parent c70dca0 commit f2e6c62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.23.7
26+
GO_VERSION ?= 1.23.8
2727
GO_DIRECTIVE_VERSION ?= 1.23.0
2828
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2929

Tiltfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def load_provider_tilt_files():
172172

173173
tilt_helper_dockerfile_header = """
174174
# Tilt image
175-
FROM golang:1.23.7 as tilt-helper
175+
FROM golang:1.23.8 as tilt-helper
176176
# Install delve. Note this should be kept in step with the Go release minor version.
177177
RUN go install github.com/go-delve/delve/cmd/[email protected]
178178
# Support live reloading with Tilt
@@ -183,7 +183,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
183183
"""
184184

185185
tilt_dockerfile_header = """
186-
FROM golang:1.23.7 as tilt
186+
FROM golang:1.23.8 as tilt
187187
WORKDIR /
188188
COPY --from=tilt-helper /process.txt .
189189
COPY --from=tilt-helper /start.sh .

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.23.7"
7+
GO_VERSION = "1.23.8"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)