Skip to content

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools #148

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools #148

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint