Skip to content

Bump google.golang.org/grpc from 1.45.0 to 1.53.0 #12

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

Bump google.golang.org/grpc from 1.45.0 to 1.53.0 #12

Workflow file for this run

name: Golangci-lint
on:
pull_request:
branches: [main]
jobs:
lint:
name: Run linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Check formatting using gofmt
run: gofmt -s -l -d .
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: -v