update matrix

This commit is contained in:
Akolzin Dmitry 2020-11-25 17:04:09 +03:00
parent 3786f4462d
commit 66ab2b0f49

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15']
go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2