Merge pull request #52 from Neur0toxine/update-test-matrix

add go 1.17 to test matrix
This commit is contained in:
Alex Lushpai 2021-09-06 16:47:15 +03:00 committed by GitHub
commit 8b0e5dafc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16'] go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']
include: include:
- go-version: '1.14' - go-version: '1.17'
coverage: 1 coverage: 1
steps: steps:
- name: Set up Go ${{ matrix.go-version }} - name: Set up Go ${{ matrix.go-version }}