tools: bump go to 1.22.3

This commit is contained in:
Andras Banki-Horvath
2024-07-12 09:20:46 +02:00
parent baaf099b6d
commit 5d22ef168d
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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