File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.24.4 AS builder
2+ FROM golang:1.24 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11module github.com/ionos-cloud/cluster-api-provider-ionoscloud
22
3- go 1.24.3
3+ go 1.24.5
44
55require (
66 github.com/go-logr/logr v1.4.2
@@ -120,7 +120,7 @@ require (
120120 golang.org/x/crypto v0.36.0 // indirect
121121 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122122 golang.org/x/net v0.38.0 // indirect
123- golang.org/x/oauth2 v0.21 .0 // indirect
123+ golang.org/x/oauth2 v0.30 .0 // indirect
124124 golang.org/x/sync v0.12.0 // indirect
125125 golang.org/x/sys v0.31.0 // indirect
126126 golang.org/x/term v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
342342golang.org/x/net v0.2.0 /go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY =
343343golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
344344golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
345- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
346- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
345+ golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
346+ golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
347347golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
348348golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
349349golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.24.3
3+ go 1.24.5
44
55require (
66 github.com/golangci/golangci-lint v1.63.4
You can’t perform that action at this time.
0 commit comments