Skip to content

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

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

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

Workflow file for this run

name: lint
on: [ pull_request ]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v1
- name: Run Lint
run: make lint