Change coreth dependency to use tag

This commit is contained in:
StephenButtolph 2020-04-19 18:19:05 -04:00
parent f3f55108b9
commit a1e10c7332
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ if [[ -d "$CORETH_PATH/.git" ]]; then
else
go get -t -v -d "$CORETH_PKG/..."
fi
cd "$CORETH_PATH"
git branch tags/v0.1.0
cd -
GECKO_PKG=github.com/ava-labs/gecko
GECKO_PATH="$GOPATH/src/$GECKO_PKG"