Skip to content

chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1 #359

chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1

chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1 #359

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- "**.md"
jobs:
golang-ci:
name: GolangCi-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest