File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2727GO_DIRECTIVE_VERSION ?= 1.23.0
2828GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
2929
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ def load_provider_tiltfiles():
183183
184184tilt_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.
188188RUN 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
196196tilt_dockerfile_header = """
197- FROM golang:1.23.5 as tilt
197+ FROM golang:1.23.6 as tilt
198198WORKDIR /
199199COPY --from=tilt-helper /process.txt .
200200COPY --from=tilt-helper /start.sh .
Original file line number Diff line number Diff line change 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 ]]
You can’t perform that action at this time.
0 commit comments