mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Print go version when building release
This commit is contained in:
parent
95a9dd041e
commit
947589607b
@ -498,6 +498,7 @@ kube::golang::build_binaries() {
|
|||||||
(
|
(
|
||||||
# Check for `go` binary and set ${GOPATH}.
|
# Check for `go` binary and set ${GOPATH}.
|
||||||
kube::golang::setup_env
|
kube::golang::setup_env
|
||||||
|
echo "Go version: $(go version)"
|
||||||
|
|
||||||
local host_platform
|
local host_platform
|
||||||
host_platform=$(kube::golang::host_platform)
|
host_platform=$(kube::golang::host_platform)
|
||||||
|
Loading…
Reference in New Issue
Block a user