Skip to content

Bump google.golang.org/grpc from 1.67.1 to 1.79.3 #58

Bump google.golang.org/grpc from 1.67.1 to 1.79.3

Bump google.golang.org/grpc from 1.67.1 to 1.79.3 #58

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v5
with:
cache: false
go-version: '1.22.4'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
only-new-issues: true
args: --timeout=10m