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 f41d7ff commit 517c6ceCopy full SHA for 517c6ce
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.23.3'
+ go-version: '1.23'
19
20
- name: Install Boost library
21
run: |
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
- name: Build Kernel
92
run: make build-kernel
go.mod
@@ -1,3 +1,3 @@
1
module github.com/stringintech/go-bitcoinkernel
2
3
-go 1.23.3
+go 1.23
0 commit comments