replace gobin with go install

Signed-off-by: kkkkun <scuzk373x@gmail.com>
This commit is contained in:
kkkkun
2023-06-09 14:17:29 +08:00
parent 4d4984fde8
commit dca13c6d47
3 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd ./tools/mod || exit 2
go list --tags tools -f '{{ join .Imports "\n" }}' | xargs gobin -p
go list --tags tools -f '{{ join .Imports "\n" }}' | xargs go install