File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : " 2"
22run :
3- go : " 1.25 "
3+ go : " 1.26 "
44 allow-parallel-runners : true
55linters :
66 default : none
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.25 AS builder
2+ FROM golang:1.26 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module github.com/ionos-cloud/cluster-api-provider-proxmox
22
3- go 1.25 .0
3+ go 1.26 .0
44
55replace (
66 github.com/golangci/golangci-lint/v2 => github.com/golangci/golangci-lint/v2 v2.9.0
You can’t perform that action at this time.
0 commit comments