Skip to content

Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#6) #12

Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#6)

Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#6) #12

Workflow file for this run

name: Build and Test Module
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
check-latest: true
- name: Tests
run: |
make test