mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-23 19:24:24 +01:00
tools: bump go to 1.22.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user