Skip to content

chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.59.0 #119

chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.59.0

chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.59.0 #119

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
strategy:
matrix:
go: [ 1.19 ]
os: [ ubuntu-22.04 ]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Go Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: ${{ matrix.workdir }}
skip-pkg-cache: true