Skip to content

Add grpc metrics works! #60

Add grpc metrics works!

Add grpc metrics works! #60

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Lint with gofmt
run: test -z $(gofmt -l .)