Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #10

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

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #10

Workflow file for this run

name: Ubuntu Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-mac:
name: Build and Test Ubuntu
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
id: go
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: |
mkdir $HOME/.terraform.d
go build .
env:
HOME: /home/runner
- name: Test
run: |
export PATH=$PATH:$PWD
cd cmd
go test -v -cover