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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: