From 0b9bb66ef23e8e3e64f3c1091e04f1cd69cd2dc1 Mon Sep 17 00:00:00 2001 From: Mick Stanciu Date: Mon, 16 Sep 2024 15:12:14 +1000 Subject: [PATCH] DEVP-3487 fixed version p3 --- protoc-go/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/protoc-go/build.sh b/protoc-go/build.sh index 0a9c873..98752f8 100755 --- a/protoc-go/build.sh +++ b/protoc-go/build.sh @@ -9,9 +9,6 @@ go install github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto@v${PROTOC go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v${PROTOC_GEN_GRPC_GATEWAY_VERSION} go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v${PROTOC_GEN_GRPC_GATEWAY_VERSION} - - - go install github.com/SafetyCulture/protoc-gen-ratelimit/cmd/protoc-gen-ratelimit@latest go install github.com/SafetyCulture/protoc-gen-workato/cmd/protoc-gen-workato@latest go install github.com/SafetyCulture/s12-proto/protobuf/protoc-gen-govalidator@v${S12_PROTO_VERSION}