Skip to content

Commit eca6a4a

Browse files
committed
tools: update Go back to 1.24.6
Fix golangci-lint build.
1 parent fd6b109 commit eca6a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.12
1+
FROM golang:1.24.6
22

33
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
44
&& rm -rf /var/lib/apt/lists/*

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/loop/tools
22

3-
go 1.23.12
3+
go 1.24.6
44

55
require (
66
// Once golangci-lint v2.4.1 update it here.

0 commit comments

Comments
 (0)