build: bump go to v1.24.6

This commit is contained in:
George Tsagkarelis 2025-09-17 10:55:56 +02:00
parent 3ccfc5231b
commit 69ca6587b7
No known key found for this signature in database
GPG key ID: E08DEA9B12B66AF6
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.23.12-bookworm@sha256:d22457a90736648a605cf54c33a7a310bb290e1ac78af2bcbc1d87821c52c4b7
FROM golang:1.24.6-bookworm@sha256:ab1d1823abb55a9504d2e3e003b75b36dbeb1cbcc4c92593d85a84ee46becc6c
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.12
go 1.24.6
require (
github.com/btcsuite/btcd v0.24.2