Remove force update of go-licenses binary (#1348)

This commit is contained in:
David Simansky 2021-06-25 14:04:21 +02:00 committed by GitHub
parent 4da64757d5
commit 88fd3102a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -92,11 +92,6 @@ run() {
codegen() {
#TODO: Workaround to update go-licenses until prow-tests image is updated
local temp_dir="$(mktemp -d)"
pushd "${temp_dir}" > /dev/null 2>&1
GO111MODULE=on go get github.com/google/go-licenses@latest || return 1
popd > /dev/null 2>&1
# Update dependencies
update_deps