Skip to content

Bump google.golang.org/protobuf from 1.31.0 to 1.34.1 #134

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

Bump google.golang.org/protobuf from 1.31.0 to 1.34.1 #134

Workflow file for this run

name: Go
on:
pull_request:
branches: [ main ]
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Install deps
run: make lint/install
- name: Test
run: make test
- name: Build
run: make build