diff --git a/tools/Dockerfile b/tools/Dockerfile index ed74bf39..16afe228 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -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 \ && rm -rf /var/lib/apt/lists/* diff --git a/tools/go.mod b/tools/go.mod index c4e853e3..ed732f67 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/lightninglabs/loop/tools -go 1.23.12 +go 1.24.6 require ( // Once golangci-lint v2.4.1 update it here.