From 1ed450adada360649533bc7a6d14976caefaf72d Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Wed, 20 Oct 2021 20:27:27 +0100 Subject: [PATCH] Remove golint, it is deprecated and archive --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 755253fc..53489e46 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,7 @@ coverprofile_html: go tool cover -html=coverage.out lint: - golint - golangci-lint run --timeout 5m + golangci-lint run --timeout 10m compress: build upx --brute headscale