From 4e1ab4cbb5e340722a6d0180b9ebf84820eee5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=BCller?= Date: Fri, 5 Jul 2024 10:26:19 +0200 Subject: [PATCH] Makefile: add comment where to see golint-golang mapping --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 97ce5262e..3e3171085 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ SRCDIR ?= . RST2MAN ?= rst2man +# see https://hub.docker.com/r/docker/golangci-lint/tags # v1.55 to get golang 1.21 (1.21.3) # v1.53 to get golang 1.20 (1.20.5) GOLANGCI_LINT_VERSION=v1.55