1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-25 01:05:40 +00:00

Merge pull request #72 from vbatts/go-versions

github: drop go1.17, and add go1.21 & go1.22
This commit is contained in:
Vincent Batts 2024-09-26 20:11:19 -04:00 committed by GitHub
commit ac25d96350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: