Skip to content

deps: update module google.golang.org/grpc to v1.58.2 #627

deps: update module google.golang.org/grpc to v1.58.2

deps: update module google.golang.org/grpc to v1.58.2 #627

Workflow file for this run

name: Check imports
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check imports
shell: bash
run: |
export PATH=$(go env GOPATH)/bin:$PATH
go get golang.org/x/tools/cmd/goimports
diff -u <(echo -n) <(goimports -d .)