mirror of https://github.com/knative/client.git
Remove force update of go-licenses binary (#1348)
This commit is contained in:
parent
4da64757d5
commit
88fd3102a6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue