Skip to content

rebase: bump google.golang.org/grpc from 1.66.2 to 1.67.0 #5766

rebase: bump google.golang.org/grpc from 1.66.2 to 1.67.0

rebase: bump google.golang.org/grpc from 1.66.2 to 1.67.0 #5766

Workflow file for this run

---
name: golangci-lint
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: golangci-lint
run: make containerized-test TARGET=go-lint