diff --git a/hack/build.sh b/hack/build.sh index 76be8fa2c..5f782ff33 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -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