Skip to content

Commit 8eb543f

Browse files
committed
Use Go version from the PR.
1 parent 68138bf commit 8eb543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v4
2929
with:
30-
go-version-file: '${{ github.workspace }}/go.mod'
30+
go-version-file: '${{ github.workspace }}/new/go.mod'
3131

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

0 commit comments

Comments
 (0)