tools: update Go back to 1.24.6

Fix golangci-lint build.
This commit is contained in:
Boris Nagaev 2025-10-30 21:02:07 -03:00
parent fd6b10989f
commit eca6a4ab97
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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/*

View file

@ -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.