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 baaf099 commit 5d22ef1Copy full SHA for 5d22ef1
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21.4-bookworm
+FROM golang:1.22.3-bookworm
2
3
RUN apt-get update && apt-get install -y git
4
ENV GOCACHE=/tmp/build/.cache
tools/go.mod
@@ -1,6 +1,8 @@
module github.com/lightninglabs/aperture/tools
-go 1.21
+go 1.22
+
5
+toolchain go1.22.3
6
7
require (
8
github.com/golangci/golangci-lint v1.55.2
0 commit comments