mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-09-13 22:03:19 +00:00
go versions: drop 1.18-1.23, add 1.24-1.25
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
da220ef733
commit
1f88b08b7e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.18', '1.19', '1.20', '1.21']
|
||||
go: ['1.24', '1.25']
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
2
.github/workflows/validation.yml
vendored
2
.github/workflows/validation.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.21']
|
||||
go: ['1.25']
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue