Skip to content

Commit 517c6ce

Browse files
committed
Drop patch version from go version
1 parent f41d7ff commit 517c6ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23.3'
18+
go-version: '1.23'
1919

2020
- name: Install Boost library
2121
run: |
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: '1.23.3'
49+
go-version: '1.23'
5050

5151
- name: Install Boost library
5252
run: |
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Go
8787
uses: actions/setup-go@v5
8888
with:
89-
go-version: '1.23.3'
89+
go-version: '1.23'
9090

9191
- name: Build Kernel
9292
run: make build-kernel

go.mod

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

3-
go 1.23.3
3+
go 1.23

0 commit comments

Comments
 (0)