From e0f489bfb25e54ee68add0a0595d9ea03c29a6b5 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 10 Feb 2022 15:08:22 +1100 Subject: [PATCH] Checkout go from github --- .github/actions/go-common/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0