Skip to content

Commit

Permalink
use go tip for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Nov 26, 2024
1 parent 9d6228e commit 22e19f1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.2'
check-latest: true
- name: install go tip
run: |
curl --head https://github.com/phuslu/go/releases/download/v0.0.0/gotip.linux-amd64.tar.xz
curl -sSLf https://github.com/phuslu/go/releases/download/v0.0.0/gotip.linux-amd64.tar.xz | tar xvJ -C .
sudo mv go /usr/local/go
sudo ln -sf /usr/local/go/bin/go /usr/bin/go
- uses: actions/checkout@v4
- name: go mod tidy
run: |
Expand Down

0 comments on commit 22e19f1

Please sign in to comment.