Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 #15

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

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 #15

Workflow file for this run

name: lint
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest