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 0789785 commit 417d88eCopy full SHA for 417d88e
.github/workflows/main.yml
@@ -16,7 +16,7 @@ env:
16
# go needs absolute directories, using the $HOME variable doesn't work here.
17
GOCACHE: /home/runner/work/go/pkg/build
18
GOPATH: /home/runner/work/go
19
- GO_VERSION: 1.23.6
+ GO_VERSION: 1.23.9
20
21
jobs:
22
########################
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6-bookworm
+FROM golang:1.23.9-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/chantools/tools
-go 1.23.6
+go 1.23.9
5
require (
6
github.com/btcsuite/btcd v0.24.2
0 commit comments