.github/actions/go-common/action.yml | 2 +- diff --git a/.github/actions/go-common/action.yml b/.github/actions/go-common/action.yml index 29780b04f6a3ed5400f1c4720ef5412fef1debc8..2b374deb0780127e3f4848742cb7806aa89f570e 100644 --- a/.github/actions/go-common/action.yml +++ b/.github/actions/go-common/action.yml @@ -45,7 +45,7 @@ gotip-${{ runner.os }}- - 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"