Merge pull request #459 from drakkan/go117

CI: add Go 1.17 and remove 1.15
This commit is contained in:
Nicola Murino 2021-08-21 07:29:51 +02:00 committed by GitHub
commit 49a095a221
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.16, 1.15]
go: [1.17, 1.16]
exclude:
- os: macos-latest
go: 1.15
go: 1.16
steps:
- uses: actions/checkout@v2