Skip to content

Commit

Permalink
Use Go version from the PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Mar 27, 2024
1 parent 68138bf commit 8eb543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: '${{ github.workspace }}/go.mod'
go-version-file: '${{ github.workspace }}/new/go.mod'

- name: Install dependencies
run: go install golang.org/x/perf/cmd/benchstat@latest
Expand Down

0 comments on commit 8eb543f

Please sign in to comment.