Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#173) #635

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#173)

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#173) #635

Workflow file for this run

name: lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- name: Run Lint
run: make lint