Skip to content

chore(deps): bump google.golang.org/grpc from 1.39.0 to 1.56.3 #143

chore(deps): bump google.golang.org/grpc from 1.39.0 to 1.56.3

chore(deps): bump google.golang.org/grpc from 1.39.0 to 1.56.3 #143

Workflow file for this run

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