Merge pull request #521 from drakkan/CI

CI: update Go versions
This commit is contained in:
Nicola Murino 2022-08-31 18:07:57 +02:00 committed by GitHub
commit 628507938e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.17, 1.16]
go: [1.19, 1.18]
exclude:
- os: macos-latest
go: 1.16
go: 1.18
steps:
- uses: actions/checkout@v2