go.yml: test on go1.21

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-10-23 08:36:39 -04:00
parent 5a3789bf74
commit 2b3a830baa
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 1 additions and 1 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: