Skip to content

Commit 10a769e

Browse files
Copilotlentzi90
andauthored
🌱 Bump Go version to 1.25.9 (cherry-pick of #3106)
Agent-Logs-Url: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/sessions/d3b1a8bd-0427-4f87-b61f-7453b3738f46 Co-authored-by: lentzi90 <9117693+lentzi90@users.noreply.github.com>
1 parent 611496e commit 10a769e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Build the manager binary
1616
ARG GO_VERSION
17-
FROM golang:${GO_VERSION:-1.25.8} AS builder
17+
FROM golang:${GO_VERSION:-1.25.9} AS builder
1818
WORKDIR /workspace
1919

2020
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ unexport GOPATH
2727
TRACE ?= 0
2828

2929
# Go
30-
GO_VERSION ?= 1.25.8
30+
GO_VERSION ?= 1.25.9
3131

3232
# Ensure correct toolchain is used
3333
GOTOOLCHAIN = go$(GO_VERSION)

‎netlify.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.24.13"
7+
GO_VERSION = "1.25.9"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)