Skip to content

Commit

Permalink
go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
wikkyk committed Dec 6, 2024
1 parent 6c216d6 commit 27d3d4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following dependencies are required to setup a development environment:

- git
- make
- Go v1.22
- Go v1.23
- Kubebuilder (only required for making new controllers)
- Docker (required for Kind)
- Tilt
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ionos-cloud/cluster-api-provider-proxmox

go 1.22.0
go 1.23

replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.5

Expand Down
2 changes: 1 addition & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ionos-cloud/cluster-api-provider-proxmox

go 1.22
go 1.23

require (
github.com/braydonk/yaml v0.7.0
Expand Down

0 comments on commit 27d3d4f

Please sign in to comment.