File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2020 - name : Get Buf version
2121 id : buf-version
2222 run : |
23- BUF_VERSION=$( go list -m -f '{{.Version}}' github.com/bufbuild/buf )
23+ BUF_VERSION=$( go list -modfile tools/go.mod - m -f '{{.Version}}' github.com/bufbuild/buf )
2424 # remove the leading 'v' in front of the version
2525 BUF_VERSION=${BUF_VERSION#v}
2626 echo "v=$BUF_VERSION" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 44 - remote: buf.build
55 owner: conduitio
66 repository: conduit-commons
7- commit: 11464f8c698f416da0641fdaff2cd45c
8- digest: shake256:9dd5ce71529da7ae268ef521b0252aad49712d6214e383c0d8da039ad2103b0e44c6ac597f5b83d93808a32c65926317999f9c4be39765688737ce3fe804eb21
7+ commit: 16091c724e07496a97473a9f635ddb96
8+ digest: shake256:1f8459d914f9e6600ec6d5259b8429744d66a970cbf64f613ab8a66329f33a4d3d232250dfde5f0314fefa89aedc463784ee7530dc536a0a0b9b9e2fad508fbb
Original file line number Diff line number Diff line change 1111 - connector/v2/destination.proto
1212 - connector/v2/specifier.proto
1313 use :
14- - DEFAULT
14+ - STANDARD
1515 except :
1616 - RPC_REQUEST_STANDARD_NAME
1717 - RPC_RESPONSE_STANDARD_NAME
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ syntax = "proto3";
22
33package connector.v2 ;
44
5- import "google/protobuf/descriptor.proto" ;
65import "config/v1/parameter.proto" ;
6+ import "google/protobuf/descriptor.proto" ;
77
88option go_package = "github.com/conduitio/conduit-connector-protocol/proto/connector/v2" ;
99
10-
1110// SpecifierPlugin is responsible for returning the plugin specification.
1211service SpecifierPlugin {
1312 // Specify should return the plugin specification.
@@ -44,4 +43,4 @@ message Specifier {
4443 Specification specification = 1 ;
4544 }
4645 }
47- }
46+ }
You can’t perform that action at this time.
0 commit comments