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 f390b95 commit e9b5dcbCopy full SHA for e9b5dcb
.github/workflows/main.yml
@@ -13,7 +13,7 @@ defaults:
13
shell: bash
14
15
env:
16
- GO_VERSION: 1.23.6
+ GO_VERSION: 1.23.12
17
18
jobs:
19
build:
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6-bookworm
+FROM golang:1.23.12-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.23.6
+go 1.23.12
5
require (
6
github.com/golangci/golangci-lint v1.64.7
0 commit comments