Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.21
stable: false
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 120s --max-same-issues 50