Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.55.0 #28

Bump google.golang.org/grpc from 1.53.0 to 1.55.0

Bump google.golang.org/grpc from 1.53.0 to 1.55.0 #28

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docker-format
run: make docker-format
- name: Lint
run: make lint
- name: Test
run: make test