From: Matt Joiner Date: Thu, 10 Feb 2022 04:08:22 +0000 (+1100) Subject: Checkout go from github X-Git-Tag: v1.41.0~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e0f489bfb25e54ee68add0a0595d9ea03c29a6b5;p=btrtrc.git Checkout go from github --- diff --git a/.github/actions/go-common/action.yml b/.github/actions/go-common/action.yml index 29780b04..2b374deb 100644 --- a/.github/actions/go-common/action.yml +++ b/.github/actions/go-common/action.yml @@ -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"