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 d06d158 commit 9f36089Copy full SHA for 9f36089
Makefile
@@ -20,7 +20,7 @@ GIT_COMMIT_SHA="$(shell git rev-parse HEAD 2>/dev/null)"
20
GIT_REMOTE_URL="$(shell git config --get remote.origin.url 2>/dev/null)"
21
BUILD_DATE="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")"
22
OSS_FILES := go.mod Dockerfile
23
-GOLANG_VERSION="1.19.6"
+GOLANG_VERSION="1.20.10"
24
25
26
STAGING_REGISTRY ?= gcr.io/k8s-staging-cloud-provider-ibm
0 commit comments