Skip to content

Commit

Permalink
Remove 1.15 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jan 24, 2022
1 parent 2ab72de commit 1133b97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.16.x', '1.15.x' ]
go: [ '1.17.x', '1.16.x' ]
name: "Test [ Go ${{ matrix.go }} / JSON Backend ${{ matrix.json_backend }} ]"
steps:
- name: Checkout repository
Expand All @@ -28,11 +28,6 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Install benchstat
if: ${{ startsWith(matrix.go, '1.15' }}
run: |
go install golang.org/x/perf/cmd/benchstat
- name: Install benchstat
if: ${{ startsWith(matrix.go, '1.16' }}
run: |
go install golang.org/x/perf/cmd/benchstat@latest
- name: Benchmark
Expand Down

0 comments on commit 1133b97

Please sign in to comment.