build: bump go to v1.25.11

This commit is contained in:
ziggie 2026-07-10 19:24:26 -03:00
parent 9bfcdbe9ae
commit 41a6c8b3f7
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666
13 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.25.10-bookworm@sha256:154bd7001b6eb339e88c964442c0ad6ed5e53f09844cc818a41ce4ecb3ce3b43
FROM golang:1.25.11-bookworm@sha256:b96f24a8d7d010ea0acb9c3ba99064740f02b6b984612b28bd3c9c5ab9453e38
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.25.10
go 1.25.11
require (
github.com/btcsuite/btcd v0.24.2

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/tools/linters
go 1.25.10
go 1.25.11
require (
github.com/golangci/plugin-module-register v0.1.1