Skip to content

Bump google.golang.org/grpc from 1.35.0 to 1.56.3 #46

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

Bump google.golang.org/grpc from 1.35.0 to 1.56.3 #46

Workflow file for this run

name: Go Lint
on: [push, pull_request]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2