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.22.3
1 parent 6d2e90a commit e22788aCopy full SHA for e22788a
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21.4-bookworm
+FROM golang:1.22.3-bookworm
2
3
RUN apt-get update && apt-get install -y git
4
ENV GOCACHE=/tmp/build/.cache
tools/go.mod
@@ -1,6 +1,6 @@
module github.com/lightninglabs/lightning-terminal/tools
-go 1.21
+go 1.22.3
5
require (
6
github.com/btcsuite/btcd v0.24.0
0 commit comments