From 234f6e75c715ca4f9ebe6033677e3572f2351c88 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 25 Oct 2023 10:20:11 +0700 Subject: [PATCH] chore(scripts): remove go grpcurl --- scripts/go.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/go.sh b/scripts/go.sh index 0aacbba..ac82029 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -13,7 +13,6 @@ go install github.com/bufbuild/buf-language-server/cmd/bufls@latest go install github.com/mikefarah/yq/v4@latest go install github.com/itchyny/gojq/cmd/gojq@latest go install github.com/antonmedv/fx@latest -go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest go install mvdan.cc/gofumpt@latest go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest