mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
multi: bump Golang version to v1.23.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.9
|
||||
FROM golang:1.23.12
|
||||
|
||||
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.23.6
|
||||
go 1.23.12
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btcd v0.24.2
|
||||
|
Reference in New Issue
Block a user