update amtrix

This commit is contained in:
Akolzin Dmitry 2020-11-26 12:36:04 +03:00
parent e89c37b0e0
commit f99002f596

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