From 5d22ef168d149cbccdd5eb05fdbca2269ebc32c1 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Fri, 12 Jul 2024 09:20:46 +0200 Subject: [PATCH] tools: bump go to 1.22.3 --- tools/Dockerfile | 2 +- tools/go.mod | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index 00da319..17555ef 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.4-bookworm +FROM golang:1.22.3-bookworm RUN apt-get update && apt-get install -y git ENV GOCACHE=/tmp/build/.cache diff --git a/tools/go.mod b/tools/go.mod index 5571976..210eb8f 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,8 @@ module github.com/lightninglabs/aperture/tools -go 1.21 +go 1.22 + +toolchain go1.22.3 require ( github.com/golangci/golangci-lint v1.55.2