update dependency github.com/prometheus/client_golang to v1.11.0

This commit is contained in:
fatedier
2021-06-18 16:51:42 +08:00
parent 900454e58b
commit 95cd9ab900
4 changed files with 37 additions and 26 deletions

View File

@@ -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 install github.com/onsi/ginkgo/ginkgo
go get -u github.com/onsi/ginkgo/ginkgo
fi
debug=false