go version 1.21, libp2p and other updates, linter update (#507)

This commit is contained in:
Dmitry Holodov
2023-12-13 21:18:08 -07:00
committed by GitHub
parent 66c986db12
commit bd1e502cec
14 changed files with 246 additions and 237 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.21 as builder
ARG VERSION=latest
RUN go install -tags=prod \