Skip to content

Commit

Permalink
workflows: Build with Go 1.16, 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed May 1, 2021
1 parent 45aa958 commit 45e3be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.14' ]
go: [ '1.16', '1.15' ]
name: Go ${{ matrix.go }} build
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 45e3be1

Please sign in to comment.