Try Fix go1.16 mod issue

pull/3693/head
Alex Chen 4 years ago
parent ce41acda7e
commit 7cf2ce59fb
  1. 2
      scripts/travis_go_checker.sh

@ -80,6 +80,8 @@ else
fi
echo "Running go test..."
# Fix https://github.com/golang/go/issues/44129#issuecomment-788351567
go get -t ./...
if go test -v -count=1 ./...
then
echo "go test succeeded."

Loading…
Cancel
Save