Skip to content

Commit bedd035

Browse files
committed
Update Go to 1.22
1 parent c73f6bb commit bedd035

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ccm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
contents: read
2020

2121
env:
22-
GO_VERSION: 1.21
22+
GO_VERSION: 1.22
2323

2424
jobs:
2525
lint:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine AS build
1+
FROM golang:1.22-alpine AS build
22
ARG VERSION
33

44
RUN apk add --no-cache git

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module 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
66
replace 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

0 commit comments

Comments
 (0)