Skip to content

Commit

Permalink
chore: update buf version
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Aug 7, 2024
1 parent c0ab509 commit 46a5dbe
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jq 1.6
# This is simply the most recent buf version available to date.
# There is no contraindication for updating it.
#-----
buf 1.15.1
buf 1.36.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $(gen_sum): $(gen_src)
--workdir="/go/src/berty.tech/weshnet" \
--entrypoint="sh" \
--rm \
bertytech/buf:3 \
bertytech/buf:4 \
-xec 'make generate_local'; \
$(MAKE) tidy \
)
Expand Down
7 changes: 1 addition & 6 deletions api/go-internal/buf.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: gogo
repository: protobuf
commit: 5461a3dfa9d941da82028ab185dc2a0e
version: v2
14 changes: 6 additions & 8 deletions api/go-internal/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: v1
name: buf.build/berty/weshnet
deps:
- buf.build/gogo/protobuf
version: v2
name: buf.build/berty-technologies/weshnet
breaking:
use:
- FILE
use:
- FILE
lint:
use:
- DEFAULT
use:
- DEFAULT
13 changes: 3 additions & 10 deletions api/protocol/buf.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Generated by buf. DO NOT EDIT.
version: v1
version: v2
deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 62f35d8aed1149c291d606d958a7ce32
digest: shake256:c5f5c2401cf70b7c9719834954f31000a978397fdfebda861419bb4ab90fa8efae92710fddab0820533908a1e25ed692a8e119432b7b260c895087a4975b32f3
- remote: buf.build
owner: srikrsna
repository: protoc-gen-gotag
- name: buf.build/srikrsna/protoc-gen-gotag
commit: 7a85d3ad2e7642c198480e92bf730c14
digest: shake256:059f136681cd47abe2d6e83d20b9594071c481572d16cebfafbc81ba3d3e7924aef6974f99da53d67a01d033e30b7bf57985a206b4e856fc82508545de84a70c
digest: b5:ddf7a4ac7e22f21751aac6e8b9a0e0ca576062e1babeaad6a31a71c410e043526a25c6ab07edf9ec1e51f6d671daa738cb3ffbe6ddcdddb5131a054061d47b89
4 changes: 2 additions & 2 deletions api/protocol/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v1
name: buf.build/berty/weshnet
version: v2
name: buf.build/berty-technologies/weshnet
deps:
- buf.build/srikrsna/protoc-gen-gotag
breaking:
Expand Down
2 changes: 1 addition & 1 deletion gen.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tool/docker-protoc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE ?= bertytech/buf
VERSION ?= 3
VERSION ?= 4

build:
cd ../../ && docker build -f ./tool/docker-protoc/Dockerfile -t $(IMAGE):$(VERSION) -t $(IMAGE):latest .
Expand Down

0 comments on commit 46a5dbe

Please sign in to comment.