Skip to content

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /csds-client #184

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /csds-client

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /csds-client #184

Workflow file for this run

name: Build and test
on:
- push
- pull_request
jobs:
csds_client:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make -C csds-client
- name: Test
run: make -C csds-client test