Skip to content

Bump google.golang.org/grpc from 1.42.0 to 1.60.0 #53

Bump google.golang.org/grpc from 1.42.0 to 1.60.0

Bump google.golang.org/grpc from 1.42.0 to 1.60.0 #53

Workflow file for this run

name: Go build and test
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
id: go
- name: Build
run: go build -v ./...
- name: Test
run: go test -cover ./...