From 56d92596e5e5a481b772096f3bd1ca8d5b65d8f5 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 10 Feb 2024 08:47:44 +0700 Subject: [PATCH] chore: disable go install --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6629f9b..99ab929 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ test: go test -race -failfast ./... 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 ./... coverage: @@ -31,8 +31,8 @@ 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 .