Skip to content

Bump google.golang.org/grpc from 1.41.0 to 1.53.0 #49

Bump google.golang.org/grpc from 1.41.0 to 1.53.0

Bump google.golang.org/grpc from 1.41.0 to 1.53.0 #49

Workflow file for this run

name: tests
on:
push:
permissions:
contents: none
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.17.2'
check-latest: true
- name: go test
env:
GO111MODULE: 'on'
run: go test