Skip to content

Commit

Permalink
Only benchmark on the latest Go version, take 2
Browse files Browse the repository at this point in the history
I thought #88 would do this, but apparently it didn't.

Attempting to use `go.mod` location since that means we need to update one less place on Go version release.

Skipping PR process since
(0) I don't know how to test this without landing
(1) this affects only builds
(2) the `main` looks like it's broken, which is sad
  • Loading branch information
rabbbit committed Jun 27, 2022
1 parent c06aa01 commit 029273d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- name: Benchmark
Expand Down

0 comments on commit 029273d

Please sign in to comment.