Skip to content

Commit

Permalink
build: upgrade to latest buf v1.26.0 (#18426)
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer authored Aug 11, 2023
1 parent b4cdfbb commit 66bcaa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GO_MODULES := $(shell find . -name go.mod -exec dirname {} \; | grep -v "proto-g
###
GOLANGCI_LINT_VERSION='v1.51.1'
MOCKERY_VERSION='v2.20.0'
BUF_VERSION='v1.14.0'
BUF_VERSION='v1.26.0'

PROTOC_GEN_GO_GRPC_VERSION="v1.2.0"
MOG_VERSION='v0.4.0'
Expand Down
2 changes: 2 additions & 0 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# SPDX-License-Identifier: BUSL-1.1

version: v1
deps:
- buf.build/hashicorp/consul
lint:
use:
- DEFAULT
Expand Down
2 changes: 1 addition & 1 deletion proto/private/pbsubscribe/subscribe.pb.go

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

0 comments on commit 66bcaa3

Please sign in to comment.