Skip to content

Bump google.golang.org/grpc from 1.33.1 to 1.56.3 #39

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

Bump google.golang.org/grpc from 1.33.1 to 1.56.3 #39

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
gateway-go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Test golang code
run: go test ./...
- name: Build golang code
run: go build