Go 1.17 release (#574)

Minimum supported version: Go 1.16.
This commit is contained in:
Thomas Pelletier
2021-08-17 09:43:52 -04:00
committed by GitHub
parent fa07960695
commit 69ab7e10d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
go: [ '1.15', '1.16' ]
go: [ '1.16', '1.17' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
steps: