mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
tools: update Go back to 1.24.6
Fix golangci-lint build.
This commit is contained in:
parent
fd6b10989f
commit
eca6a4ab97
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.23.12
|
FROM golang:1.24.6
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
|
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/lightninglabs/loop/tools
|
module github.com/lightninglabs/loop/tools
|
||||||
|
|
||||||
go 1.23.12
|
go 1.24.6
|
||||||
|
|
||||||
require (
|
require (
|
||||||
// Once golangci-lint v2.4.1 update it here.
|
// Once golangci-lint v2.4.1 update it here.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue