Merge pull request #190 from vbatts/workflows

workflows: add golang 1.21
This commit is contained in:
Vincent Batts 2023-10-07 10:03:26 -04:00 committed by GitHub
commit a9c6969125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v3