Skip to content

Commit 62dd102

Browse files
authored
fix: bump up buf (#146)
* fix: bump up buf * docs: bump up testable buf version in README
1 parent 0f88090 commit 62dd102

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: bufbuild/buf-setup-action@v0.3.1
12+
- uses: bufbuild/buf-setup-action@v1.5.0
1313
with:
14-
version: 0.54.1
14+
version: 1.5.0
1515
- uses: bufbuild/buf-lint-action@v1
1616
continue-on-error: true
17-
- uses: bufbuild/buf-breaking-action@v0.4.0
17+
- uses: bufbuild/buf-breaking-action@v1
1818
with:
1919
against: "https://github.com/$GITHUB_REPOSITORY.git#branch=main"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Proton has flat structure where proto files are put under /odpf/proton/\<applica
2020

2121
### Generating go code using buf
2222

23-
***This guide is last tried on buf version `1.0.0-rc4`.***
23+
***This guide is last tried on buf version `1.5.0`.***
2424

2525
Add this `buf.gen.yaml` at the root folder.
2626

buf.lock

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ deps:
44
- remote: buf.build
55
owner: envoyproxy
66
repository: protoc-gen-validate
7-
branch: main
8-
commit: bb405eae115246f0b5ccf8997136e3d8
9-
digest: b1-BJUoAjBMVXaIMUNFJ5kdGr-be0QDwhDSTEDQpoxXzys=
10-
create_time: 2021-08-20T15:05:15.02577Z
7+
commit: dc09a417d27241f7b069feae2cd74a0e
118
- remote: buf.build
129
owner: googleapis
1310
repository: googleapis
14-
branch: main
15-
commit: e16155da3b4a49e48bd18cdcb029004d
16-
digest: b1--CthFBW4QSXRq35NiPd7Uu9WN2xWeV9_GVRe5mbTVuI=
17-
create_time: 2021-09-30T15:08:49.529359Z
11+
commit: 1068d85d09894f7587a3236f489c0d80
1812
- remote: buf.build
1913
owner: grpc-ecosystem
2014
repository: grpc-gateway
21-
branch: main
22-
commit: de24a84aed3d4d84806740946b55d947
23-
digest: b1-Q-mEW3P3NR5UL8gm0pr3YWFSo5DAtrBqqgvkwH2WFWw=
24-
create_time: 2021-09-08T00:32:28.231758Z
15+
commit: 00116f302b12478b85deb33b734e026c

0 commit comments

Comments
 (0)