chore(pipeline): add 1.16 to matrix build

This commit is contained in:
Livio Amstutz 2021-03-18 13:23:02 +01:00 committed by GitHub
parent 2292d63f7b
commit 3cbcf4666d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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