projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18e96b
)
Checkout go from github
author
Matt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:08:22 +0000 (15:08 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:32:01 +0000 (15:32 +1100)
.github/actions/go-common/action.yml
patch
|
blob
|
history
diff --git
a/.github/actions/go-common/action.yml
b/.github/actions/go-common/action.yml
index 29780b04f6a3ed5400f1c4720ef5412fef1debc8..2b374deb0780127e3f4848742cb7806aa89f570e 100644
(file)
--- 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://g
o.googlesource.com
/go "$GOTIP_PATH" || true
+ git clone --depth=1 https://g
ithub.com/golang
/go "$GOTIP_PATH" || true
cd "$GOTIP_PATH"
git pull
echo "GOROOT=$GOTIP_PATH" >> "$GITHUB_ENV"