Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updating matrix in readme
  • Loading branch information
Bryan MacFarlane committed Jul 22, 2020
1 parent d0c5def commit 8e98458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 8e98458

Please sign in to comment.