mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
build: update CI+release version to Go 1.25.3
We also update the go.mod files to pin to Go 1.24.9.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25.2
|
||||
FROM golang:1.25.3
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/lightningnetwork/lnd/tools
|
||||
|
||||
go 1.24.8
|
||||
go 1.24.9
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btcd v0.24.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/lightningnetwork/lnd/tools/linters
|
||||
|
||||
go 1.24.8
|
||||
go 1.24.9
|
||||
|
||||
require (
|
||||
github.com/golangci/plugin-module-register v0.1.1
|
||||
|
||||
Reference in New Issue
Block a user