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:
parent
93a41cfb1a
commit
84c1d450ea
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.18', '1.19', '1.20', '1.21', '1.22']
|
||||
|
||||
name: build and vet
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue