File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
docs/release/role-handbooks/release-lead Expand file tree Collapse file tree 4 files changed +5
-5
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.6
26
+ GO_VERSION ?= 1.23.7
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.6 as tilt-helper
175
+ FROM golang:1.23.7 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/dlv@v1.23
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.6 as tilt
186
+ FROM golang:1.23.7 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 @@ -164,7 +164,7 @@ The goal of this task is to ensure we are always using the latest Go version for
164
164
165
165
1 . Keep track of new Go versions
166
166
2 . Bump the Go version in supported branches if necessary
167
- <br >Prior art: [ Bump to Go 1.19.5 ] ( https://github.com/kubernetes-sigs/cluster-api/pull/7981 )
167
+ <br >Prior art: [ Bump go to v1.23.7 ] ( https://github.com/kubernetes-sigs/cluster-api/pull/11981 )
168
168
169
169
Note: If the Go minor version of one of our supported branches goes out of supported, we should consider bumping
170
170
to a newer Go minor version according to our [ backport policy] ( ./../../../../CONTRIBUTING.md#backporting-a-patch ) .
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.6 "
7
+ GO_VERSION = " 1.23.7 "
8
8
9
9
# Standard Netlify redirects
10
10
[[redirects ]]
You can’t perform that action at this time.
0 commit comments