Skip to content

Bump github.com/gogo/protobuf from 1.3.0 to 1.3.2 (#186) #88

Bump github.com/gogo/protobuf from 1.3.0 to 1.3.2 (#186)

Bump github.com/gogo/protobuf from 1.3.0 to 1.3.2 (#186) #88

Workflow file for this run

name: ci
on: [ push ]
jobs:
ci:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
target: [ test, lint ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: run ${{ matrix.target }}
run: make ${{ matrix.target }}