We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c80f4 commit 47c1151Copy full SHA for 47c1151
.github/workflows/test.yaml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- go-version: [1.18.x, 1.19.x]
+ go-version: [1.24.x, 1.25.x]
9
os: [ubuntu-latest]
10
runs-on: ${{ matrix.os }}
11
steps:
go.mod
@@ -1,5 +1,5 @@
1
module gopkg.in/dnaeon/go-binarytree.v1
2
3
-go 1.19
+go 1.24
4
require gopkg.in/dnaeon/go-deque.v1 v1.0.0-20220924123127-c8d2565cae45
0 commit comments