File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 branches : [ "main" ]
1414
1515env :
16- GO_VERSION : ~1.21
16+ GO_VERSION : ~1.22
1717 # Taken from https://github.com/kubernetes-sigs/kind/releases/tag/v0.18.0
1818 # The image here should be listed under 'Images built for this release' for the version of kind in go.mod
1919 KIND_NODE_IMAGE : " kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245"
Original file line number Diff line number Diff line change 77 - observability/prometheus/rules/**/*.y*ml
88
99env :
10- GO_VERSION : ~1.21
10+ GO_VERSION : ~1.22
1111
1212jobs :
1313 rules :
Original file line number Diff line number Diff line change 11module github.com/rabbitmq/cluster-operator/v2
22
3- go 1.21
3+ go 1.22
44
5- toolchain go1.21.5
5+ toolchain go1.22.2
66
77require (
88 github.com/cloudflare/cfssl v1.6.5
Original file line number Diff line number Diff line change @@ -414,8 +414,6 @@ golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
414414golang.org/x/net v0.15.0 /go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk =
415415golang.org/x/net v0.16.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
416416golang.org/x/net v0.17.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
417- golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc =
418- golang.org/x/net v0.22.0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
419417golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
420418golang.org/x/net v0.23.0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
421419golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
You can’t perform that action at this time.
0 commit comments