Skip to content

Commit 47c1151

Browse files
committed
Bump min Go version to 1.24
1 parent 35c80f4 commit 47c1151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.18.x, 1.19.x]
8+
go-version: [1.24.x, 1.25.x]
99
os: [ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module gopkg.in/dnaeon/go-binarytree.v1
22

3-
go 1.19
3+
go 1.24
44

55
require gopkg.in/dnaeon/go-deque.v1 v1.0.0-20220924123127-c8d2565cae45

0 commit comments

Comments
 (0)