File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919 contents : read
2020
2121env :
22- GO_VERSION : 1.21
22+ GO_VERSION : 1.22
2323
2424jobs :
2525 lint :
Original file line number Diff line number Diff line change 1- FROM golang:1.21 -alpine AS build
1+ FROM golang:1.22 -alpine AS build
22ARG VERSION
33
44RUN apk add --no-cache git
Original file line number Diff line number Diff line change 11module github.com/cloudscale-ch/cloudscale-cloud-controller-manager
22
3- go 1.21
3+ go 1.22
44
55// https://github.com/kubernetes/apiserver/issues/97
66replace github.com/google/cel-go => github.com/google/cel-go v0.17.7
@@ -18,6 +18,7 @@ require (
1818 github.com/cloudscale-ch/cloudscale-go-sdk/v4 v4.0.0
1919 github.com/google/uuid v1.5.0
2020 github.com/stretchr/testify v1.8.4
21+ golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
2122 k8s.io/client-go v0.29.0
2223)
2324
@@ -85,7 +86,6 @@ require (
8586 go.uber.org/multierr v1.11.0 // indirect
8687 go.uber.org/zap v1.26.0 // indirect
8788 golang.org/x/crypto v0.17.0 // indirect
88- golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
8989 golang.org/x/net v0.19.0 // indirect
9090 golang.org/x/sync v0.6.0 // indirect
9191 golang.org/x/sys v0.16.0 // indirect
You can’t perform that action at this time.
0 commit comments