Checkout go from github

This commit is contained in:
Matt Joiner 2022-02-10 15:08:22 +11:00
parent a18e96b471
commit e0f489bfb2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ runs:
- name: Install gotip
if: matrix.go-version == 'tip'
run: |
git clone --depth=1 https://go.googlesource.com/go "$GOTIP_PATH" || true
git clone --depth=1 https://github.com/golang/go "$GOTIP_PATH" || true
cd "$GOTIP_PATH"
git pull
echo "GOROOT=$GOTIP_PATH" >> "$GITHUB_ENV"