Skip to content

Pin protoc version to v1.3.0 #1985

Pin protoc version to v1.3.0

Pin protoc version to v1.3.0 #1985

Workflow file for this run

name: unit
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make unit
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
- uses: codecov/codecov-action@v3
with:
files: coverage.out
functionalities: fixes