drop support for Go 1.18.x

With Go 1.19 having been out for two months,
and Go 1.20's first beta coming out in two months,
it is now time to move forward again.
This commit is contained in:
Daniel Martí
2022-10-01 23:16:45 +01:00
parent 5d926a8011
commit 58b2d64784
30 changed files with 49 additions and 79 deletions

View File

@@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: