Skip to content

Commit

Permalink
buf: bump version to v1.1.0 (ava-labs#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfusion authored Mar 31, 2022
1 parent db6d623 commit 2821e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile.buf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bufbuild/buf:1.0.0-rc12 AS builder
FROM bufbuild/buf:1.1.0 AS builder

FROM ubuntu:20.04

Expand Down
2 changes: 1 addition & 1 deletion scripts/protobuf_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# buf is required see:https://docs.buf.build/installation

# any version changes here should also be bumped in Dockerfile.buf
BUF_VERSION='1.0.0-rc12'
BUF_VERSION='1.1.0'
PROTOC_GEN_GO_VERSION='v1.27.1'
PROTOC_GEN_GO_GRPC_VERSION='1.2.0'

Expand Down

0 comments on commit 2821e0d

Please sign in to comment.