Skip to content

Bump google.golang.org/grpc from 1.57.0 to 1.57.1 #103

Bump google.golang.org/grpc from 1.57.0 to 1.57.1

Bump google.golang.org/grpc from 1.57.0 to 1.57.1 #103

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...