Skip to content

Commit e111443

Browse files
committed
workflows/benchmark: fix golang setup
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
1 parent 9ce1ddd commit e111443

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ jobs:
1616
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
path: regal
19-
- id: go_version
20-
name: Read go version
21-
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
22-
working-directory: regal
2319
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2420
with:
25-
go-version: ${{ steps.go_version.outputs.go_version }}
21+
go-version-file: regal/go.mod
2622
cache-dependency-path: regal/go.sum
2723
- name: gobenchdata publish
2824
run: go run go.bobheadxi.dev/gobenchdata@v1 action

0 commit comments

Comments
 (0)