Skip to content

Commit

Permalink
Use go1.21 during benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Aug 21, 2024
1 parent 91125ae commit 07d3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/setup-go@v5
with:
# NOTE: Keep this in sync with the version from go.mod
go-version: "1.20.x"
go-version: "1.21.x"

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 07d3b2e

Please sign in to comment.