We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce1ddd commit e111443Copy full SHA for e111443
1 file changed
.github/workflows/benchmarks.yaml
@@ -16,13 +16,9 @@ jobs:
16
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
with:
18
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
23
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
24
25
- go-version: ${{ steps.go_version.outputs.go_version }}
+ go-version-file: regal/go.mod
26
cache-dependency-path: regal/go.sum
27
- name: gobenchdata publish
28
run: go run go.bobheadxi.dev/gobenchdata@v1 action
0 commit comments