Skip to content

Commit e9b0466

Browse files
committed
setup-go needs a mod file
1 parent 66a7165 commit e9b0466

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bench.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
bench:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Install latest version of go
17-
uses: actions/setup-go@v6
18-
with:
19-
go-version-file: 'go.mod'
2016
- name: Check out repository code
2117
uses: actions/checkout@v4
2218
with:
2319
repository: richardlehane/provisioner
20+
- name: Install latest version of go
21+
uses: actions/setup-go@v6
22+
with:
23+
go-version-file: 'go.mod'
2424
- name: Install provisioner
2525
run: go install github.com/richardlehane/provisioner
2626
- name: Provision develop

0 commit comments

Comments
 (0)