ci: add go 1.17 to test matrix

This commit is contained in:
anajavi
2021-09-02 13:45:20 +03:00
committed by GitHub
parent b50299cfaa
commit 15b98b1d72
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -47,7 +47,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: