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.24.8
26+ GO_VERSION ?= 1.24.9
2727GO_DIRECTIVE_VERSION ?= 1.24.0
2828GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
2929
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def load_provider_tilt_files():
172172
173173tilt_helper_dockerfile_header = """
174174# Tilt image
175- FROM golang:1.24.8 as tilt-helper
175+ FROM golang:1.24.9 as tilt-helper
176176# Install delve. Note this should be kept in step with the Go release minor version.
177177RUN 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
185185tilt_dockerfile_header = """
186- FROM golang:1.24.8 as tilt
186+ FROM golang:1.24.9 as tilt
187187WORKDIR /
188188COPY --from=tilt-helper /process.txt .
189189COPY --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.24.8 "
7+ GO_VERSION = " 1.24.9 "
88
99# Standard Netlify redirects
1010[[redirects ]]
You can’t perform that action at this time.
0 commit comments