Update github action go version: go1.17 (#268)

pull/244/head
Michael Fridman 2021-08-16 18:09:28 -04:00 committed by GitHub
parent 17a2045e0c
commit 732e82d14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}