https://github.com/tendermint/tendermint
Raw File
Tip revision: f361ce09b31fb1f62c75ea952aaafbb597175344 authored by M. J. Fromberger on 04 October 2021, 15:40:50 UTC
Update Go toolchains to 1.17 in Actions workflows. (#7049)
Tip revision: f361ce0
buf.yaml
version: v1beta1

build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top