Skip to content

Commit

Permalink
Try Fix go1.16 mod issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Chen committed May 6, 2021
1 parent ce41acd commit 7cf2ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis_go_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7cf2ce5

Please sign in to comment.