Add go 1.21 tests (#184)

* Add go 1.21 tests
* Remove go1.19 test

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
This commit is contained in:
Jeroen Simonetti 2023-08-17 19:03:53 +02:00 committed by GitHub
parent 691cffcea9
commit e1a69d8d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ jobs:
name: Test MacOS
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
@ -33,7 +33,7 @@ jobs:
name: Test Linux Integration
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: