Skip to content

Commit fdc5829

Browse files
Bump go to 1.22.11
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 911b5c5 commit fdc5829

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2828

2929
# Use GOPROXY environment variable if set

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator
22

33
go 1.22.0
44

5-
toolchain go1.22.5
5+
toolchain go1.22.11
66

77
require (
88
github.com/MakeNowJust/heredoc v1.0.0

hack/chart-update/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator/hack/chart-update
22

33
go 1.22.0
44

5-
toolchain go1.22.5
5+
toolchain go1.22.11
66

77
require (
88
github.com/google/go-github/v50 v50.2.0

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator/hack/tools
22

33
go 1.22.0
44

5-
toolchain go1.22.5
5+
toolchain go1.22.11
66

77
replace (
88
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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]]

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-operator/test
22

33
go 1.22.0
44

5-
toolchain go1.22.5
5+
toolchain go1.22.11
66

77
replace sigs.k8s.io/cluster-api-operator => ../
88

0 commit comments

Comments
 (0)