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 0678298 commit bd42ffeCopy full SHA for bd42ffe
3 files changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ defaults:
13
shell: bash
14
15
env:
16
- GO_VERSION: 1.24.6
+ GO_VERSION: 1.26
17
18
jobs:
19
build:
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.9-bookworm
+FROM golang:1.26-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/lndclient/tools
-go 1.24.6
+go 1.26
5
require (
6
// Once golangci-lint v2.4.1 update it here.
0 commit comments