We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6b109 commit eca6a4aCopy full SHA for eca6a4a
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.12
+FROM golang:1.24.6
2
3
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
4
&& rm -rf /var/lib/apt/lists/*
tools/go.mod
@@ -1,6 +1,6 @@
module github.com/lightninglabs/loop/tools
-go 1.23.12
+go 1.24.6
5
require (
6
// Once golangci-lint v2.4.1 update it here.
0 commit comments