1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2025-06-05 11:22:27 +00:00

Merge pull request #63 from vbatts/go_updates

Go updates (modules and add go1.21 to the CI)
This commit is contained in:
Vincent Batts 2023-10-23 08:52:09 -04:00 committed by GitHub
commit a982232157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 15 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19', '1.20']
go: ['1.17', '1.18', '1.19', '1.20', '1.21']
name: Documentation and Linting
steps: