Skip to content

Bump google.golang.org/grpc from 1.59.0 to 1.60.0 #8

Bump google.golang.org/grpc from 1.59.0 to 1.60.0

Bump google.golang.org/grpc from 1.59.0 to 1.60.0 #8

Workflow file for this run

name: Lint PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
lint:
permissions:
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}