Skip to content

chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 in /examples/grpc-example #819

chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 in /examples/grpc-example

chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 in /examples/grpc-example #819

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "master"
pull_request:
types: [opened, synchronize]
branches:
- "*"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v6
- name: install go
uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # pin@v9.3.0
with:
version: v2.6.2
args: -v --timeout=5m