Skip to content

Commit

Permalink
bump go to 1.22
Browse files Browse the repository at this point in the history
fix #187
  • Loading branch information
wikkyk committed Apr 25, 2024
1 parent 0a31ad7 commit e55a0f0
Show file tree
Hide file tree
Showing 4 changed files with 6 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.21 AS builder
FROM golang:1.22 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.21 (newer versions break testing)
- Go v1.22
- Kubebuilder (only required for making new controllers)
- Docker (required for Kind)
- Tilt
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/ionos-cloud/cluster-api-provider-proxmox

go 1.21
go 1.22.0

toolchain go1.22.2

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

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.21
go 1.22

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

0 comments on commit e55a0f0

Please sign in to comment.