Skip to content

Commit

Permalink
Set specific go version on benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <[email protected]>
  • Loading branch information
ajnavarro committed May 8, 2024
1 parent c3d1081 commit 1213b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: "1.22.3" # This go version must be the same used on gobenchdata action
- name: "gobenchdata publish: ${{ inputs.publish }}"
run: go run github.com/ajnavarro/gobenchdata@v1 action
env:
Expand Down

0 comments on commit 1213b51

Please sign in to comment.