From 4e5cd1b6b8f03189d86cb73b2b4845c0086eb493 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Mon, 8 Nov 2021 17:39:04 -0500 Subject: [PATCH] .github: upgrade buf action, remove local plugins Signed-off-by: Jimmy Zelinskie --- .github/workflows/build.yaml | 9 +++------ proto/authzed/api/v0/acl_service.pb.go | 2 +- proto/authzed/api/v0/core.pb.go | 2 +- proto/authzed/api/v0/developer.pb.go | 2 +- proto/authzed/api/v0/namespace.pb.go | 2 +- proto/authzed/api/v0/namespace_service.pb.go | 2 +- proto/authzed/api/v0/watch_service.pb.go | 2 +- proto/authzed/api/v1/core.pb.go | 2 +- proto/authzed/api/v1/openapi.pb.go | 2 +- proto/authzed/api/v1/permission_service.pb.go | 2 +- proto/authzed/api/v1/schema_service.pb.go | 2 +- proto/authzed/api/v1/watch_service.pb.go | 2 +- proto/authzed/api/v1alpha1/schema.pb.go | 2 +- 13 files changed, 15 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9047d4..d1ef756 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,13 +54,10 @@ jobs: - uses: "actions/setup-go@v2" with: go-version: "^1.16" - - name: "Install Go Protobuf plugins" - run: | - go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 - go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 - go install github.com/envoyproxy/protoc-gen-validate@v0.6.1 + - name: "Install local Go Protobuf plugins" + run: "go install github.com/envoyproxy/protoc-gen-validate@v0.6.1" - uses: "actions/checkout@v2" - - uses: "bufbuild/buf-setup-action@v0.5.0" + - uses: "bufbuild/buf-setup-action@v0.6.0" with: version: "1.0.0-rc6" - name: "Generate & Diff Protos" diff --git a/proto/authzed/api/v0/acl_service.pb.go b/proto/authzed/api/v0/acl_service.pb.go index faee475..50456bc 100644 --- a/proto/authzed/api/v0/acl_service.pb.go +++ b/proto/authzed/api/v0/acl_service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v0/acl_service.proto package v0 diff --git a/proto/authzed/api/v0/core.pb.go b/proto/authzed/api/v0/core.pb.go index 3c927be..cf394cc 100644 --- a/proto/authzed/api/v0/core.pb.go +++ b/proto/authzed/api/v0/core.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v0/core.proto package v0 diff --git a/proto/authzed/api/v0/developer.pb.go b/proto/authzed/api/v0/developer.pb.go index f120934..795fbf9 100644 --- a/proto/authzed/api/v0/developer.pb.go +++ b/proto/authzed/api/v0/developer.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v0/developer.proto package v0 diff --git a/proto/authzed/api/v0/namespace.pb.go b/proto/authzed/api/v0/namespace.pb.go index d89c575..32e1488 100644 --- a/proto/authzed/api/v0/namespace.pb.go +++ b/proto/authzed/api/v0/namespace.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v0/namespace.proto package v0 diff --git a/proto/authzed/api/v0/namespace_service.pb.go b/proto/authzed/api/v0/namespace_service.pb.go index 5c4e770..5a1da69 100644 --- a/proto/authzed/api/v0/namespace_service.pb.go +++ b/proto/authzed/api/v0/namespace_service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v0/namespace_service.proto package v0 diff --git a/proto/authzed/api/v0/watch_service.pb.go b/proto/authzed/api/v0/watch_service.pb.go index 54fc7cf..be0425b 100644 --- a/proto/authzed/api/v0/watch_service.pb.go +++ b/proto/authzed/api/v0/watch_service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v0/watch_service.proto package v0 diff --git a/proto/authzed/api/v1/core.pb.go b/proto/authzed/api/v1/core.pb.go index a91b4ef..988117a 100644 --- a/proto/authzed/api/v1/core.pb.go +++ b/proto/authzed/api/v1/core.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v1/core.proto package v1 diff --git a/proto/authzed/api/v1/openapi.pb.go b/proto/authzed/api/v1/openapi.pb.go index ba2dff2..7affa26 100644 --- a/proto/authzed/api/v1/openapi.pb.go +++ b/proto/authzed/api/v1/openapi.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v1/openapi.proto package v1 diff --git a/proto/authzed/api/v1/permission_service.pb.go b/proto/authzed/api/v1/permission_service.pb.go index 87c9e7a..501bd6c 100644 --- a/proto/authzed/api/v1/permission_service.pb.go +++ b/proto/authzed/api/v1/permission_service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v1/permission_service.proto package v1 diff --git a/proto/authzed/api/v1/schema_service.pb.go b/proto/authzed/api/v1/schema_service.pb.go index 2c23d85..38ccfc2 100644 --- a/proto/authzed/api/v1/schema_service.pb.go +++ b/proto/authzed/api/v1/schema_service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v1/schema_service.proto package v1 diff --git a/proto/authzed/api/v1/watch_service.pb.go b/proto/authzed/api/v1/watch_service.pb.go index 9218338..2b1f462 100644 --- a/proto/authzed/api/v1/watch_service.pb.go +++ b/proto/authzed/api/v1/watch_service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v1/watch_service.proto package v1 diff --git a/proto/authzed/api/v1alpha1/schema.pb.go b/proto/authzed/api/v1alpha1/schema.pb.go index 922a640..2ebc6b4 100644 --- a/proto/authzed/api/v1alpha1/schema.pb.go +++ b/proto/authzed/api/v1alpha1/schema.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v3.19.0 +// protoc v3.19.1 // source: authzed/api/v1alpha1/schema.proto package v1alpha1