1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-24 16:55:39 +00:00

github: drop go1.17, and add go1.21 & go1.22

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-09-27 00:08:58 +00:00
parent 93a41cfb1a
commit 84c1d450ea
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

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