Skip to content

Bump google.golang.org/grpc from 1.60.1 to 1.66.2 #3941

Bump google.golang.org/grpc from 1.60.1 to 1.66.2

Bump google.golang.org/grpc from 1.60.1 to 1.66.2 #3941

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: golangci/[email protected]
with:
version: latest
args: --timeout 10m