Skip to content

Commit 6c0cd1e

Browse files
🌱 Fix: ensure tha cmd/verdion.go is properly updated to return this value for go modules (#4619)
Fix: ensure tha cmd/verdion.go is properly updated to return this value for go modules
1 parent 3f4d5f4 commit 6c0cd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ‎cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const unknown = "unknown"
2727
// information in the release process
2828
var (
2929
kubeBuilderVersion = unknown
30-
kubernetesVendorVersion = unknown
30+
kubernetesVendorVersion = "1.32.1"
3131
goos = unknown
3232
goarch = unknown
3333
gitCommit = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)

0 commit comments

Comments
 (0)