Skip to content

chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#179) #404

chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#179)

chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#179) #404

Workflow file for this run

name: build-and-test-windows
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: windows-2019
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
# Parallel tests
- run: go test ./...