Skip to content

Commit e22788a

Browse files
ViktorTigerstromellemouton
authored andcommitted
tools: bump linter Go version to 1.22.3
1 parent 6d2e90a commit e22788a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.4-bookworm
1+
FROM golang:1.22.3-bookworm
22

33
RUN apt-get update && apt-get install -y git
44
ENV GOCACHE=/tmp/build/.cache

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/lightning-terminal/tools
22

3-
go 1.21
3+
go 1.22.3
44

55
require (
66
github.com/btcsuite/btcd v0.24.0

0 commit comments

Comments
 (0)