CI: Only test with the last two versions of Golang.

Currently this is Go 1.17 and 1.18.
This commit is contained in:
Joachim Bauch 2022-04-05 09:53:23 +02:00
parent cd091ec578
commit 88ef423934
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -21,10 +21,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.13"
- "1.14"
- "1.15"
- "1.16"
- "1.17"
- "1.18"
runs-on: ubuntu-latest