Skip to content

Commit

Permalink
add @latest to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jul 21, 2021
1 parent 418f585 commit 167b988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Install benchstat
run: |
go install golang.org/x/perf/cmd/benchstat
go install golang.org/x/perf/cmd/benchstat@latest
- name: Benchmark
run: |
cd bench && make stdlib && make goccy && make benchstat

0 comments on commit 167b988

Please sign in to comment.