multi: bump Golang version to v1.23.12

This commit is contained in:
ziggie
2025-08-07 16:07:06 +02:00
committed by Oliver Gugger
parent 4498921091
commit 40b40f7ae4
20 changed files with 44 additions and 30 deletions

View File

@@ -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

View File

@@ -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