Skip to content

fix: replace deprecated grpc.DialContext and WithBlock with grpc.NewC… #667

fix: replace deprecated grpc.DialContext and WithBlock with grpc.NewC…

fix: replace deprecated grpc.DialContext and WithBlock with grpc.NewC… #667

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.1
args: --timeout=5m