Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #8

Bump google.golang.org/grpc from 1.53.0 to 1.56.3

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #8

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.46.2
args: --issues-exit-code=1
only-new-issues: true