Skip to content

Commit eee8e99

Browse files
authored
Merge pull request #1278 from btcsuite/fix/stale-go-version
multi: bump stale Go version references
2 parents d7d47d0 + e340f79 commit eee8e99

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

rpc/gen_protos_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)