Skip to content

Commit 5d22ef1

Browse files
committed
tools: bump go to 1.22.3
1 parent baaf099 commit 5d22ef1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/lightninglabs/aperture/tools
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.22.3
46

57
require (
68
github.com/golangci/golangci-lint v1.55.2

0 commit comments

Comments
 (0)