0
1
Fork 0

updating matrix in readme

This commit is contained in:
Bryan MacFarlane 2020-07-22 07:52:29 -04:00
parent d0c5defdf3
commit 8e98458ff1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
go: [ '1.13', '1.12' ]
go: [ '1.14', '1.13' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@v2