Skip to content

Bump google.golang.org/protobuf from 1.29.1 to 1.31.0 #365

Bump google.golang.org/protobuf from 1.29.1 to 1.31.0

Bump google.golang.org/protobuf from 1.29.1 to 1.31.0 #365

Workflow file for this run

name: Code Test
on:
push:
branches:
- '*'
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make
- run: make test