ci: run only on go 1.17

This commit is contained in:
anajavi
2021-09-12 08:49:26 +03:00
committed by GitHub
parent 15b98b1d72
commit 0926db15e5
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.17.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: