Skip to content

build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware from 0.0.0-20180108155640-d0c54e68681e to 1.4.0 #130

build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware from 0.0.0-20180108155640-d0c54e68681e to 1.4.0

build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware from 0.0.0-20180108155640-d0c54e68681e to 1.4.0 #130

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- run: go version
- name: run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2