Skip to content

Commit 76452cb

Browse files
committed
Remove download of goversioninfo
1 parent 05b9ea8 commit 76452cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/lib/build/binaries.sh

-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ readonly -f os::build::build_binaries
261261
# Generates the .syso file used to add compile-time VERSIONINFO metadata to the
262262
# Windows binary.
263263
function os::build::generate_windows_versioninfo() {
264-
os::util::ensure::gopath_binary_exists 'goversioninfo' 'github.com/josephspurrier/goversioninfo/cmd/goversioninfo'
265264
os::build::version::get_vars
266265
local major="${OS_GIT_MAJOR}"
267266
local minor="${OS_GIT_MINOR%+}"

0 commit comments

Comments
 (0)