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: Buf
on:
- push
- pull_request
jobs:
lint:
name: Lint and Format
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Buf
uses: bufbuild/buf-setup-action@v1
with:
version: "1.25.1"
- name: Buf lint
uses: bufbuild/buf-lint-action@v1
- name: Buf format
run: buf format --exit-code