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.22.11
26+ GO_VERSION ?= 1.22.12
2727GO_DIRECTIVE_VERSION ?= 1.22.0
2828GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
2929
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ def load_provider_tiltfiles():
184184
185185tilt_helper_dockerfile_header = """
186186# Tilt image
187- FROM golang:1.22.11 as tilt-helper
187+ FROM golang:1.22.12 as tilt-helper
188188# Install delve. Note this should be kept in step with the Go release minor version.
189189RUN go install github.com/go-delve/delve/cmd/[email protected] 190190# Support live reloading with Tilt
@@ -195,7 +195,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
195195"""
196196
197197tilt_dockerfile_header = """
198- FROM golang:1.22.11 as tilt
198+ FROM golang:1.22.12 as tilt
199199WORKDIR /
200200COPY --from=tilt-helper /process.txt .
201201COPY --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.22.4 "
7+ GO_VERSION = " 1.22.12 "
88
99# Standard Netlify redirects
1010[[redirects ]]
You can’t perform that action at this time.
0 commit comments