File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 # If you change this please run `make lint` to see where else it needs to be
2727 # updated as well.
28- GO_VERSION : 1.24.6
28+ GO_VERSION : 1.25.11
2929
3030 BITCOIND_VERSION : ' 22.0'
3131 BITCOIND_IMAGE : ' lightninglabs/bitcoin-core'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Wallet clients can use one of two RPC servers:
5656
5757## Requirements
5858
59- [ Go] ( http://golang.org ) 1.12 or newer.
59+ [ Go] ( http://golang.org ) 1.25.11 or newer.
6060
6161## Installation and updating
6262
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# golang docker image version used in this script.
4- GO_IMAGE=docker.io/library/golang:1.23.12 -alpine
4+ GO_IMAGE=docker.io/library/golang:1.25.11 -alpine
55
66# protobuf generator version with legacy plugins=grpc support. Using v1.4.3 to
77# maintain backward compatibility - generates single file instead of separate
You can’t perform that action at this time.
0 commit comments