Skip to content

Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 #25

Bump google.golang.org/protobuf from 1.33.0 to 1.34.0

Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 #25

Workflow file for this run

name: Go
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "~1.20"
- name: Install Buf
uses: bufbuild/buf-setup-action@v1
with:
version: "1.25.1"
- name: Clean and Build
run: make clean build
- name: Test
run: make test