add go 1.17 to test matrix

This commit is contained in:
Pavel 2021-09-06 16:39:14 +03:00
parent baddbe95b2
commit 5ca00138b2

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 }}