Skip to content

build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 #217

build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4

build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 #217

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: make
- name: Test
run: make test-coverage
- name: Upload to CodeCov
uses: codecov/codecov-action@v1
with:
files: ./coverage.out