Skip to content

fix: make generate is failing because of old go version #133

fix: make generate is failing because of old go version

fix: make generate is failing because of old go version #133

Workflow file for this run

name: "lint protobuf"
on: pull_request
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v1
- name: Install buf
uses: wizhi/setup-buf@v1
with:
version: 1.0.0-rc12
- name: Lint proto
run: make lint-proto