We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bfc5c commit 51dd7d5Copy full SHA for 51dd7d5
Makefile
@@ -84,7 +84,7 @@ RELEASE_NOTES_DIR := CHANGELOG
84
OUTPUT_TYPE ?= type=registry
85
86
# Go
87
-GO_VERSION ?=1.23.8
+GO_VERSION ?=1.23.9
88
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
89
90
# Trivy
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.23.8"
+GO_VERSION = "1.23.9"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments