File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ROOT:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
2323
2424.DEFAULT_GOAL: =help
2525
26- GO_VERSION ?= 1.22.5
26+ GO_VERSION ?= 1.22.11
2727GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
2828
2929# Use GOPROXY environment variable if set
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def build_image():
2020 "SECURITY_CONTACTS"
2121 ],
2222 build_args = {
23- "builder_image" : "docker.io/library/golang:1.22.5 " ,
23+ "builder_image" : "docker.io/library/golang:1.22.11 " ,
2424 }
2525 )
2626
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator
22
33go 1.22.0
44
5- toolchain go1.22.5
5+ toolchain go1.22.11
66
77require (
88 github.com/MakeNowJust/heredoc v1.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator/hack/chart-update
22
33go 1.22.0
44
5- toolchain go1.22.5
5+ toolchain go1.22.11
66
77require (
88 github.com/google/go-github/v50 v50.2.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator/hack/tools
22
33go 1.22.0
44
5- toolchain go1.22.5
5+ toolchain go1.22.11
66
77replace (
88 sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
Original file line number Diff line number Diff line change 44 publish = " docs/book/book"
55
66[build .environment ]
7- GO_VERSION = " 1.22.5 "
7+ GO_VERSION = " 1.22.11 "
88
99# Standard Netlify redirects
1010[[redirects ]]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator/test
22
33go 1.22.0
44
5- toolchain go1.22.5
5+ toolchain go1.22.11
66
77replace sigs.k8s.io/cluster-api-operator => ../
88
You can’t perform that action at this time.
0 commit comments