update ci matrix

This commit is contained in:
Akolzin Dmitry 2020-11-26 14:04:39 +03:00
parent dcd57d57a3
commit 52fd550e6c

View file

@ -17,9 +17,8 @@ jobs:
name: Tests
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
go-version: ['1.13', '1.14']
go-version: ['1.13', '1.14', '1.15']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2