update ci strategy

This commit is contained in:
Akolzin Dmitry 2020-11-26 13:54:52 +03:00
parent ebb1648a52
commit 3fc31ab7b7

View file

@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
go-version: ['1.8', '1.9', '1.10', '1.11']
go-version: ['1.13', '1.14']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2