Skip to content

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 #170

Bump google.golang.org/grpc from 1.64.0 to 1.64.1

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 #170

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2
args: --timeout=10m