We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c99ac commit f409497Copy full SHA for f409497
Makefile
@@ -63,7 +63,7 @@ RELEASE_DIR := out
63
OUTPUT_TYPE ?= type=registry
64
65
# Go
66
-GO_VERSION ?=1.22.10
+GO_VERSION ?=1.22.11
67
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
68
69
# kind
hack/ccm/Makefile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
16
17
18
19
REGISTRY=gcr.io/k8s-staging-capi-ibmcloud
netlify.toml
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
4
publish = "docs/book/book"
5
6
[build.environment]
7
-GO_VERSION = "1.22.10"
+GO_VERSION = "1.22.11"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments