Add Go 1.17 to GitHub Actions

This commit is contained in:
Frédéric Guillot 2021-08-16 19:39:25 -07:00 committed by fguillot
parent b58a46455b
commit b88d46ee7f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.16]
go-version: [1.16, 1.17]
steps:
- name: Set up Go
uses: actions/setup-go@v2