mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
multi: update to golang v1.24.11
This commit is contained in:
parent
9ff4a7c4fa
commit
b0bbd8edfa
8 changed files with 8 additions and 8 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -21,7 +21,7 @@ env:
|
|||
# /Dockerfile
|
||||
# /frdrpc/Dockerfile
|
||||
# /itest/Dockerfile
|
||||
GO_VERSION: 1.23.6
|
||||
GO_VERSION: 1.24.11
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -198,4 +198,4 @@ require (
|
|||
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
|
||||
)
|
||||
|
||||
go 1.23.6
|
||||
go 1.24.11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue