From 3f182179add04a53dbc581a95adb8be1489838d5 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Mon, 2 Oct 2023 16:35:11 +0200 Subject: [PATCH] Add golangci-lint to tools --- tools/tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools.go b/tools/tools.go index 510942876..eccc8dc30 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -3,6 +3,7 @@ package tools import ( + _ "github.com/golangci/golangci-lint/cmd/golangci-lint" _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc" _ "google.golang.org/protobuf/cmd/protoc-gen-go" )