This commit is contained in:
Akolzin Dmitry 2020-11-25 17:09:02 +03:00
parent 66ab2b0f49
commit 1f3d179219

View file

@ -8,13 +8,16 @@ on:
- '*.*'
pull_request:
env:
GO111MODULE: on
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14']
go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2