mirror of https://github.com/status-im/consul.git
build: upgrade to latest buf v1.26.0 (#18426)
This commit is contained in:
parent
b4cdfbbc12
commit
66bcaa3c8f
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ GO_MODULES := $(shell find . -name go.mod -exec dirname {} \; | grep -v "proto-g
|
||||||
###
|
###
|
||||||
GOLANGCI_LINT_VERSION='v1.51.1'
|
GOLANGCI_LINT_VERSION='v1.51.1'
|
||||||
MOCKERY_VERSION='v2.20.0'
|
MOCKERY_VERSION='v2.20.0'
|
||||||
BUF_VERSION='v1.14.0'
|
BUF_VERSION='v1.26.0'
|
||||||
|
|
||||||
PROTOC_GEN_GO_GRPC_VERSION="v1.2.0"
|
PROTOC_GEN_GO_GRPC_VERSION="v1.2.0"
|
||||||
MOG_VERSION='v0.4.0'
|
MOG_VERSION='v0.4.0'
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
# SPDX-License-Identifier: BUSL-1.1
|
||||||
|
|
||||||
version: v1
|
version: v1
|
||||||
|
deps:
|
||||||
|
- buf.build/hashicorp/consul
|
||||||
lint:
|
lint:
|
||||||
use:
|
use:
|
||||||
- DEFAULT
|
- DEFAULT
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
// SPDX-License-Identifier: BUSL-1.1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Package event provides a service for subscribing to state change events.
|
//Package event provides a service for subscribing to state change events.
|
||||||
|
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
|
|
Loading…
Reference in New Issue