Skip to content

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.67.0 #362

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.67.0

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.67.0 #362

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
pull_request:
merge_group:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/go.mod
**/go.sum
- name: run linting
if: env.GIT_DIFF
run: |
make lint