Skip to content

chore(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1 #478

chore(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1

chore(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1 #478

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: './go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: v2.11