Skip to content

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

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

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

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"