Skip to content

chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #1310

chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0

chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #1310

Workflow file for this run

name: Lint
on:
release:
types: [created]
pull_request:
branches:
- main
- v6
paths:
- "**.go"
- ".github/workflows/lint.yaml"
- ".golangci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/[email protected]
with:
args:
-v
--config=.golangci.yml
--max-same-issues=50