Skip to content

Commit 1f88b08

Browse files
committed
go versions: drop 1.18-1.23, add 1.24-1.25
Signed-off-by: Vincent Batts <[email protected]>
1 parent da220ef commit 1f88b08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ['1.18', '1.19', '1.20', '1.21']
15+
go: ['1.24', '1.25']
1616
steps:
1717
- uses: actions/checkout@v3
1818

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ['1.21']
15+
go: ['1.25']
1616
steps:
1717
- uses: actions/checkout@v3
1818

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vbatts/go-mtree
22

3-
go 1.17
3+
go 1.21
44

55
require (
66
github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)