Skip to content

Commit

Permalink
revert gotip maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Dec 11, 2024
1 parent 28a9a7d commit cb45857
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Download Go tip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release download ${{ matrix.platform }} --repo grafana/gotip --pattern 'go.zip'
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.x
check-latest: true
- name: Install Go tip
run: |
go install golang.org/dl/gotip@latest
gotip download
unzip go.zip -d $HOME/sdk
echo "GOROOT=$HOME/sdk/gotip" >> "$GITHUB_ENV"
echo "GOPATH=$HOME/go" >> "$GITHUB_ENV"
Expand Down

0 comments on commit cb45857

Please sign in to comment.