Skip to content

Commit d9281e2

Browse files
Update Buf dependencies (#211)
* [automated] Update Buf dependencies * fix buf validate * buf fmt --------- Co-authored-by: hariso <[email protected]> Co-authored-by: Haris Osmanagić <[email protected]>
1 parent 3baf350 commit d9281e2

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.github/workflows/buf-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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"

proto/buf.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ deps:
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

proto/buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lint:
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

proto/connector/v2/specifier.pb.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/connector/v2/specifier.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ syntax = "proto3";
22

33
package connector.v2;
44

5-
import "google/protobuf/descriptor.proto";
65
import "config/v1/parameter.proto";
6+
import "google/protobuf/descriptor.proto";
77

88
option go_package = "github.com/conduitio/conduit-connector-protocol/proto/connector/v2";
99

10-
1110
// SpecifierPlugin is responsible for returning the plugin specification.
1211
service SpecifierPlugin {
1312
// Specify should return the plugin specification.
@@ -44,4 +43,4 @@ message Specifier {
4443
Specification specification = 1;
4544
}
4645
}
47-
}
46+
}

0 commit comments

Comments
 (0)