build: bump go to v1.25.5

This commit is contained in:
ZZiigguurraatt 2026-02-19 10:22:53 -05:00
parent db74cc1101
commit 91b43118c7
13 changed files with 15 additions and 15 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.24.11
GO_VERSION: 1.25.5
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.24.11-alpine3.22@sha256:fb828ef85a4c4140fae45f145a84ca9c0a83fd0baa437a301b35b551e91ceed5 as golangbuilder
FROM golang:1.25.5-alpine3.23@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb 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.
@ -50,7 +50,7 @@ RUN apk add --no-cache --update alpine-sdk \
&& make go-install-cli
# Start a new, final image to reduce size.
FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as final
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 as final
# Define a root volume for data persistence.
VOLUME /root/.lnd

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.24.11
GO_VERSION = 1.25.5
# LITD_COMPAT_VERSIONS is a space-separated list of litd versions that are
# installed before running the integration tests which include backward

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/autopilotserverrpc
go 1.24.11
go 1.25.5
require (
google.golang.org/grpc v1.56.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.24.11-alpine3.22@sha256:fb828ef85a4c4140fae45f145a84ca9c0a83fd0baa437a301b35b551e91ceed5 as golangbuilder
FROM golang:1.25.5-alpine3.23@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb 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.
@ -127,7 +127,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
fi
# Start a new, final image to reduce size.
FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as final
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 as final
# Define a root volume for data persistence.
VOLUME /root/.lnd

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal
go 1.24.11
go 1.25.5
require (
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6

View file

@ -1,4 +1,4 @@
FROM golang:1.24.11-bookworm@sha256:656be510c8b4d33acf4eac8575b7f04a3e30b705c152dc6bde112dbe1a87b602
FROM golang:1.25.5-bookworm@sha256:d9132cce84391efab786495288756d60e1da215b1f94e87860aeefc3d4c45b6d
RUN apt-get update && apt-get install -y \
git \

View file

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

View file

@ -1,4 +1,4 @@
FROM golang:1.24.11-bookworm@sha256:656be510c8b4d33acf4eac8575b7f04a3e30b705c152dc6bde112dbe1a87b602
FROM golang:1.25.5-bookworm@sha256:d9132cce84391efab786495288756d60e1da215b1f94e87860aeefc3d4c45b6d
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/perms
go 1.24.11
go 1.25.5
require (
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6

View file

@ -1,4 +1,4 @@
FROM golang:1.24.11-bookworm@sha256:656be510c8b4d33acf4eac8575b7f04a3e30b705c152dc6bde112dbe1a87b602
FROM golang:1.25.5-bookworm@sha256:d9132cce84391efab786495288756d60e1da215b1f94e87860aeefc3d4c45b6d
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.24.11
go 1.25.5
require (
github.com/btcsuite/btcd v0.24.2

View file

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