multi: bump Golang to 1.23.9

Fixes several CVEs by using the latest Golang version to build.
This commit is contained in:
Oliver Gugger 2025-05-21 14:36:16 +02:00
parent a50fb76fcd
commit 503a295252
No known key found for this signature in database
GPG key ID: 8E4256593F177720
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6-bookworm@sha256:462f68e1109cc0415f58ba591f11e650b38e193fddc4a683a3b77d29be8bfb2c
FROM golang:1.23.9-bookworm@sha256:26ca07ec0684ebe2154ad45a3a03710edb90b9cfc3769bead74ebcf6644dc759
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/tools
go 1.23.6
go 1.23.9
require (
github.com/btcsuite/btcd v0.24.2