Test on 1.17

This commit is contained in:
Yasuhiro Matsumoto 2021-10-26 00:06:23 +09:00
parent 1cdbb70da1
commit ab653675c9
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16']
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16', '1.17']
fail-fast: false
env:
OS: ${{ matrix.os }}