Skip to content

Update google.golang.org/grpc #8

Update google.golang.org/grpc

Update google.golang.org/grpc #8

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
version: v1.52.2