Add Go 1.17 support (#1074)

* Add Go 1.17 support

* Increase test timeouts
This commit is contained in:
Erik Dubbelboer
2021-08-18 21:38:21 +02:00
committed by GitHub
parent 97e1319927
commit 5a6e6e102b
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: