File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.22.9
26
+ GO_VERSION ?= 1.22.10
27
27
GO_DIRECTIVE_VERSION ?= 1.21
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.22.9 as tilt-helper
187
+ FROM golang:1.22.10 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.22.9 as tilt
198
+ FROM golang:1.22.10 as tilt
199
199
WORKDIR /
200
200
COPY --from=tilt-helper /process.txt .
201
201
COPY --from=tilt-helper /start.sh .
You can’t perform that action at this time.
0 commit comments