Skip to content

build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0 to 1.5.1 #281

build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0 to 1.5.1

build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0 to 1.5.1 #281

Workflow file for this run

name: go
on:
pull_request:
paths:
- go.*
- '**/*.go'
- '**/*.proto'
- justfile
- .github/workflows/go.yml
permissions:
contents: read
jobs:
go:
timeout-minutes: 5
runs-on: ubuntu-latest
container: docker://ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: just go-mod-check
- run: just go-gen-check
- run: just go-build