mirror of
https://github.com/vbatts/git-validation.git
synced 2024-11-22 08:05:39 +00:00
go.yml: test on go1.21
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
5a3789bf74
commit
2b3a830baa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue