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