Skip to content

Use protoc 3.19.5 and protoc-gen-go 1.26.0 #76

Use protoc 3.19.5 and protoc-gen-go 1.26.0

Use protoc 3.19.5 and protoc-gen-go 1.26.0 #76

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
- uses: pre-commit/action@v3.0.0