From e3c9b66dab4c60b1ec646ddf4db836c7a3b1015a Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 21 Mar 2024 15:00:05 +0700 Subject: [PATCH] chore: disable go install --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a2b9b9b..a83908f 100644 --- a/Makefile +++ b/Makefile @@ -9,15 +9,15 @@ all: $(MAKE) clean test-color: - go install github.com/haunt98/go-test-color@latest + # go install github.com/haunt98/go-test-color@latest go-test-color -race -failfast ./... lint: golangci-lint run ./... format: - go install github.com/haunt98/gofimports/cmd/gofimports@latest - go install mvdan.cc/gofumpt@latest + # go install github.com/haunt98/gofimports/cmd/gofimports@latest + # go install mvdan.cc/gofumpt@latest gofimports -w --company github.com/make-go-great,github.com/haunt98 . gofumpt -w -extra .