Skip to content

Commit c3ed535

Browse files
authored
Merge pull request #11803 from mboersma/bump-go-toolchain
🌱 Bump go to v1.23.6
2 parents d5158c2 + 4e6c5fb commit c3ed535

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.5
26+
GO_VERSION ?= 1.23.6
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
@@ -183,7 +183,7 @@ def load_provider_tiltfiles():
183183

184184
tilt_helper_dockerfile_header = """
185185
# Tilt image
186-
FROM golang:1.23.5 as tilt-helper
186+
FROM golang:1.23.6 as tilt-helper
187187
# Install delve. Note this should be kept in step with the Go release minor version.
188188
RUN go install github.com/go-delve/delve/cmd/[email protected]
189189
# Support live reloading with Tilt
@@ -194,7 +194,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
194194
"""
195195

196196
tilt_dockerfile_header = """
197-
FROM golang:1.23.5 as tilt
197+
FROM golang:1.23.6 as tilt
198198
WORKDIR /
199199
COPY --from=tilt-helper /process.txt .
200200
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.5"
7+
GO_VERSION = "1.23.6"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)