Skip to content

build(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3 #132

build(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3

build(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3 #132

Workflow file for this run

name: Lint
on: push
jobs:
lint:
strategy:
matrix:
go-version: [1.20.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=3m -v