Skip to content

Commit f409497

Browse files
Bump golang to v1.22.11 (#2160)
Signed-off-by: Prajyot Parab <[email protected]>
1 parent 58c99ac commit f409497

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RELEASE_DIR := out
6363
OUTPUT_TYPE ?= type=registry
6464

6565
# Go
66-
GO_VERSION ?=1.22.10
66+
GO_VERSION ?=1.22.11
6767
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
6868

6969
# kind

hack/ccm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Go
16-
GO_VERSION ?=1.22.10
16+
GO_VERSION ?=1.22.11
1717
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
1818

1919
REGISTRY=gcr.io/k8s-staging-capi-ibmcloud

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.22.10"
7+
GO_VERSION = "1.22.11"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)