Skip to content

Commit 01f3ba3

Browse files
committed
build(toolchain): bump go from 1.25 to 1.26
1 parent 91bea6c commit 01f3ba3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.golangci-kal.yml

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.25"
3+
go: "1.26"
44
allow-parallel-runners: true
55
linters:
66
default: none

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.25 AS builder
2+
FROM golang:1.26 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following dependencies are required to setup a development environment:
3333

3434
- git
3535
- make
36-
- Go v1.23
36+
- Go v1.26
3737
- Kubebuilder (only required for making new controllers)
3838
- Docker (required for Kind)
3939
- Tilt

go.mod

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

3-
go 1.25.0
3+
go 1.26.0
44

55
replace (
66
github.com/golangci/golangci-lint/v2 => github.com/golangci/golangci-lint/v2 v2.9.0

0 commit comments

Comments
 (0)