Skip to content

build(deps): bump google.golang.org/grpc from 1.71.0 to 1.79.3 #516

build(deps): bump google.golang.org/grpc from 1.71.0 to 1.79.3

build(deps): bump google.golang.org/grpc from 1.71.0 to 1.79.3 #516

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '~1.24'
- name: Clone the code
uses: actions/checkout@v5
- name: Install linter
uses: golangci/golangci-lint-action@v9
with:
version: v2.1.6
- name: Run linter
run: make check