Skip to content

chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 #481

chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1

chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 #481

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: run linter
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "-c .golangci.yml"