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.5
26
+ GO_VERSION ?= 1.23.6
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 @@ -183,7 +183,7 @@ def load_provider_tiltfiles():
183
183
184
184
tilt_helper_dockerfile_header = """
185
185
# Tilt image
186
- FROM golang:1.23.5 as tilt-helper
186
+ FROM golang:1.23.6 as tilt-helper
187
187
# Install delve. Note this should be kept in step with the Go release minor version.
188
188
RUN go install github.com/go-delve/delve/cmd/[email protected]
189
189
# Support live reloading with Tilt
@@ -194,7 +194,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
194
194
"""
195
195
196
196
tilt_dockerfile_header = """
197
- FROM golang:1.23.5 as tilt
197
+ FROM golang:1.23.6 as tilt
198
198
WORKDIR /
199
199
COPY --from=tilt-helper /process.txt .
200
200
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.5 "
7
+ GO_VERSION = " 1.23.6 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
You can’t perform that action at this time.
0 commit comments