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

@ -21,7 +21,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
# /dev.Dockerfile
GO_VERSION: 1.25.10
GO_VERSION: 1.25.11
jobs:
########################

View file

@ -32,7 +32,7 @@ RUN apk add --no-cache --update alpine-sdk \
# The first stage is already done and all static assets should now be generated
# in the app/build sub directory.
FROM golang:1.25.10-alpine3.23@sha256:8d22e29d960bc50cd025d93d5b7c7d220b1ee9aa7a239b3c8f55a57e987e8d45 as golangbuilder
FROM golang:1.25.11-alpine3.23@sha256:60e626bbde32def8694687d03536ea4341b19e5f068e9a630225a1dfbd0505c9 as golangbuilder
# Instead of checking out from git again, we just copy the whole working
# directory of the previous stage that includes the generated static assets.

View file

@ -22,7 +22,7 @@ PUBLIC_URL :=
# GO_VERSION is the Go version used for the release build, docker files, and
# GitHub Actions. This is the reference version for the project. All other Go
# versions are checked against this version.
GO_VERSION = 1.25.10
GO_VERSION = 1.25.11
LOOP_COMMIT := $(shell cat go.mod | \
grep $(LOOP_PKG) | \

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/autopilotserverrpc
go 1.25.10
go 1.25.11
require (
google.golang.org/grpc v1.79.3

View file

@ -20,7 +20,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
# The first stage is already done and all static assets should now be generated
# in the app/build sub directory.
FROM golang:1.25.10-alpine3.23@sha256:8d22e29d960bc50cd025d93d5b7c7d220b1ee9aa7a239b3c8f55a57e987e8d45 as golangbuilder
FROM golang:1.25.11-alpine3.23@sha256:60e626bbde32def8694687d03536ea4341b19e5f068e9a630225a1dfbd0505c9 as golangbuilder
# Instead of checking out from git again, we just copy the whole working
# directory of the previous stage that includes the generated static assets.

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal
go 1.25.10
go 1.25.11
require (
github.com/btcsuite/btcd v0.25.1-0.20260310163610-1c55c7c18179

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 \

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/litrpc
go 1.25.10
go 1.25.11
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0

View file

@ -1,4 +1,4 @@
FROM golang:1.25.10-bookworm@sha256:154bd7001b6eb339e88c964442c0ad6ed5e53f09844cc818a41ce4ecb3ce3b43
FROM golang:1.25.11-bookworm@sha256:b96f24a8d7d010ea0acb9c3ba99064740f02b6b984612b28bd3c9c5ab9453e38
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/perms
go 1.25.10
go 1.25.11
require (
github.com/btcsuite/btcd v0.25.1-0.20260310163610-1c55c7c18179

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