Skip to content

Commit

Permalink
Drop support for 1.18 in v4 CI. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33r authored Apr 4, 2024
1 parent d298929 commit 06b6d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.18", "1.19", "1.20", "1.21", "1.22"]
go-version: ["1.19", "1.20", "1.21", "1.22"]
steps:
- uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
Expand Down

1 comment on commit 06b6d24

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 06b6d24 Previous: 5173ce6 Ratio
BenchmarkRegister 390810 ns/op 388776 ns/op 1.01
BenchmarkAdd 86876 ns/op 77362 ns/op 1.12
BenchmarkAlter 249735 ns/op 240939 ns/op 1.04
BenchmarkRemove 249011 ns/op 240585 ns/op 1.04
BenchmarkSave/BestEffort 8712 ns/op 8517 ns/op 1.02

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.