Skip to content

chore(deps): Bump google.golang.org/grpc from 1.75.0 to 1.79.3 in the go_modules group across 1 directory #136

chore(deps): Bump google.golang.org/grpc from 1.75.0 to 1.79.3 in the go_modules group across 1 directory

chore(deps): Bump google.golang.org/grpc from 1.75.0 to 1.79.3 in the go_modules group across 1 directory #136

Workflow file for this run

name: Lint
on:
push:
branches:
- "!release"
pull_request:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
check-latest: true
- name: Lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 #v8.0.0
with:
version: v2.1
args: --config ./.github/golangci.yaml