add Go 1.17

This commit is contained in:
jxlwqq 2021-09-03 18:55:13 +08:00 committed by GitHub
parent 30cdbfcf4c
commit 4d464d9a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go: [1.13, 1.14, 1.15, 1.16] go: [1.13, 1.14, 1.15, 1.16, 1.17]
test-tags: ['', nomsgpack] test-tags: ['', nomsgpack]
include: include:
- os: ubuntu-latest - os: ubuntu-latest