]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Checkout go from github
authorMatt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:08:22 +0000 (15:08 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:32:01 +0000 (15:32 +1100)
.github/actions/go-common/action.yml

index 29780b04f6a3ed5400f1c4720ef5412fef1debc8..2b374deb0780127e3f4848742cb7806aa89f570e 100644 (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"