We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68138bf commit 8eb543fCopy full SHA for 8eb543f
.github/workflows/bench.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v4
29
with:
30
- go-version-file: '${{ github.workspace }}/go.mod'
+ go-version-file: '${{ github.workspace }}/new/go.mod'
31
32
- name: Install dependencies
33
run: go install golang.org/x/perf/cmd/benchstat@latest
0 commit comments