1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-09-13 13:53:20 +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:
Vincent Batts 2025-09-08 11:10:15 -04:00
parent da220ef733
commit 1f88b08b7e
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.21']
go: ['1.25']
steps:
- uses: actions/checkout@v3

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/vbatts/go-mtree
go 1.17
go 1.21
require (
github.com/davecgh/go-spew v1.1.1