mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: downgrade Go to 1.24.9
This is needed, because LND and LiT use 1.24.9.
This commit is contained in:
parent
d9a633bc2c
commit
d677e9d7e6
10 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24.10
|
||||
FROM golang:1.24.9
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/lightninglabs/loop/tools
|
||||
|
||||
go 1.24.10
|
||||
go 1.24.9
|
||||
|
||||
require (
|
||||
// Once golangci-lint v2.4.1 update it here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue