Skip to content

Bump google.golang.org/grpc from 1.56.2 to 1.58.0 #18

Bump google.golang.org/grpc from 1.56.2 to 1.58.0

Bump google.golang.org/grpc from 1.56.2 to 1.58.0 #18

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.52.2