Skip to content

build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 #2580

build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1

build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 #2580

Workflow file for this run

name: verify
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
with:
go-version: '1.21'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
timeout-minutes: 5
with:
version: v1.54
- run: |
go mod tidy
git diff --exit-code