multi: update Go to 1.24.10

This commit is contained in:
Boris Nagaev 2025-11-16 00:23:42 -03:00
parent de969fdf25
commit 508d90f384
No known key found for this signature in database
10 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.24.6
FROM golang:1.24.10
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
&& rm -rf /var/lib/apt/lists/*

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/loop/tools
go 1.24.6
go 1.24.10
require (
// Once golangci-lint v2.4.1 update it here.