Skip to content

Commit 0a2b979

Browse files
authored
🌱 Bump Go to 1.25 (#2003)
1 parent 8d08cfd commit 0a2b979

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/renovate/golang.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
// https://docs.renovatebot.com/configuration-options/#constraints
66
"constraints": {
7-
"go": "1.22"
7+
"go": "1.25"
88
},
99
packageRules: [
1010
{

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
run:
3-
go: "1.22"
3+
go: "1.25"
44
modules-download-mode: readonly
55
allow-parallel-runners: true
66
linters:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/syself/cluster-api-provider-hetzner
22

3-
go 1.24.5
3+
go 1.25.7
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

images/caph/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.5-bullseye@sha256:62ba6b19de03e891f7fa1001326bd48411f2626ff35e7ba5b9d890711ce581d9 \
16+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.9-bookworm@sha256:298734aec230b5f3e8cee450ce6d7eccc39f1797ba548ee90d57e9803030c6c3 \
1717
AS build
1818
ARG TARGETOS TARGETARCH
1919

0 commit comments

Comments
 (0)