We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d16827 commit 3d565d8Copy full SHA for 3d565d8
.github/workflows/test.yml
@@ -37,13 +37,10 @@ jobs:
37
- name: Install Go tip
38
if: matrix.go-version == 'tip'
39
run: |
40
- curl -sL https://storage.googleapis.com/go-build-snap/go/linux-amd64/$(git ls-remote https://github.com/golang/go.git HEAD | awk '{print $1;}').tar.gz -o gotip.tar.gz
41
- ls -lah gotip.tar.gz
42
- mkdir -p ~/sdk/gotip
43
- tar -C ~/sdk/gotip -xzf gotip.tar.gz
+ go install golang.org/dl/gotip@latest
+ $HOME/go/bin/gotip download
44
~/sdk/gotip/bin/go version
45
echo "PATH=$HOME/go/bin:$HOME/sdk/gotip/bin/:$PATH" >> $GITHUB_ENV
46
- go version
47
48
- name: Cache
49
uses: actions/cache@v4
0 commit comments