chore: 1.14 & goreport (#17)

This commit is contained in:
Florian Forster 2020-03-30 23:26:26 +02:00 committed by GitHub
parent a8d10945d8
commit 305c304b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
go: ['1.11', '1.12', '1.13']
go: ['1.11', '1.12', '1.13', '1.14']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@master