Skip to content

Bump github.com/fullstorydev/grpcurl from 1.8.7 to 1.8.9 #734

Bump github.com/fullstorydev/grpcurl from 1.8.7 to 1.8.9

Bump github.com/fullstorydev/grpcurl from 1.8.7 to 1.8.9 #734

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and run Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Check out code
uses: actions/checkout@v3
- name: Build
run: make test