mirror of https://github.com/knative/client.git
Adds go mod tidy to update dependencies function hack/build.sh (#455)
- Added `go mod tidy` before `go mod vendor` command
This commit is contained in:
parent
96c8028de1
commit
f03508f74a
|
@ -190,6 +190,7 @@ check_license() {
|
|||
|
||||
update_deps() {
|
||||
echo "🕸️ ${S}Update"
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue