1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-12-18 03:56:30 +00:00

workflows: add golang 1.21

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-10-07 10:00:42 -04:00
parent 98ebe1868e
commit fa57ee3a8e
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

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