diff --git a/scripts/go.sh b/scripts/go.sh index 923ea2d..ed52592 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -15,6 +15,7 @@ go install github.com/itchyny/gojq/cmd/gojq@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 go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest go install gotest.tools/gotestsum@latest go install github.com/maruel/panicparse/v2@latest