File tree 3 files changed +4
-4
lines changed
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
23
23
#
24
24
# Go.
25
25
#
26
- GO_VERSION ?= 1.23.7
26
+ GO_VERSION ?= 1.23.8
27
27
GO_DIRECTIVE_VERSION ?= 1.23.0
28
28
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
29
29
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def load_provider_tilt_files():
172
172
173
173
tilt_helper_dockerfile_header = """
174
174
# Tilt image
175
- FROM golang:1.23.7 as tilt-helper
175
+ FROM golang:1.23.8 as tilt-helper
176
176
# Install delve. Note this should be kept in step with the Go release minor version.
177
177
RUN go install github.com/go-delve/delve/cmd/[email protected]
178
178
# Support live reloading with Tilt
@@ -183,7 +183,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
183
183
"""
184
184
185
185
tilt_dockerfile_header = """
186
- FROM golang:1.23.7 as tilt
186
+ FROM golang:1.23.8 as tilt
187
187
WORKDIR /
188
188
COPY --from=tilt-helper /process.txt .
189
189
COPY --from=tilt-helper /start.sh .
Original file line number Diff line number Diff line change 4
4
publish = " docs/book/book"
5
5
6
6
[build .environment ]
7
- GO_VERSION = " 1.23.7 "
7
+ GO_VERSION = " 1.23.8 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
You can’t perform that action at this time.
0 commit comments