Skip to content

Commit bca9c79

Browse files
Merge pull request #15218 from jupierce/remove_goversioninfo_dl
Remove download of goversioninfo
2 parents 0c086e6 + 76452cb commit bca9c79

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)