multi: update to golang v1.24.11

This commit is contained in:
bitromortac 2025-09-24 09:50:21 +02:00
parent 9ff4a7c4fa
commit b0bbd8edfa
No known key found for this signature in database
GPG key ID: 1965063FC13BEBE2
8 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ env:
# /Dockerfile
# /frdrpc/Dockerfile
# /itest/Dockerfile
GO_VERSION: 1.23.6
GO_VERSION: 1.24.11
jobs:
########################

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6-alpine as builder
FROM golang:1.24.11-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6-bookworm
FROM golang:1.24.11-bookworm
RUN apt-get update && apt-get install -y \
git \

View file

@ -14,4 +14,4 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
)
go 1.23.6
go 1.24.11

2
go.mod
View file

@ -195,4 +195,4 @@ require (
// allows us to specify that as an option.
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
go 1.23.6
go 1.24.11

View file

@ -2,7 +2,7 @@
# base images. The first stage builds lnd with the golang base image.
# The second stage runs directly on the bitcoind base image and adds all
# binaries required to run the tests with.
FROM golang:1.23.6-alpine as builder
FROM golang:1.24.11-alpine as builder
ARG LND_VERSION=v0.15.4-beta

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6-bookworm
FROM golang:1.24.11-bookworm
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache

View file

@ -198,4 +198,4 @@ require (
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
)
go 1.23.6
go 1.24.11