Run tests on tip

This commit is contained in:
Matt Joiner 2022-02-10 15:03:43 +11:00
parent 3a57995bfc
commit a18e96b471
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.16', '1.17' ]
go-version: [ '1.16', '1.17', 'tip' ]
fail-fast: false
steps:
- uses: actions/checkout@v2