mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
support go1.17 and remove go1.15 (#2532)
This commit is contained in:
parent
42745a3da2
commit
a62a9431b1
4 changed files with 5 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ ROOT=$(unset CDPATH && cd $(dirname "${BASH_SOURCE[0]}")/.. && pwd)
|
|||
which ginkgo &> /dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ginkgo not found, try to install..."
|
||||
go get -u github.com/onsi/ginkgo/ginkgo
|
||||
go install github.com/onsi/ginkgo/ginkgo@latest
|
||||
fi
|
||||
|
||||
debug=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue