Skip to content

build(deps): bump linkerd/dev from v44 to v45 #238

build(deps): bump linkerd/dev from v44 to v45

build(deps): bump linkerd/dev from v44 to v45 #238

Workflow file for this run

name: Proto
on:
pull_request:
paths:
- .github/workflows/proto.yml
- bin/protoc*
- "**/*.proto"
- "**/gen/**/*.go"
permissions:
contents: read
jobs:
proto-diff:
timeout-minutes: 10
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v45-go
steps:
- run: apt update && apt install -y unzip
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: bin/protoc-go.sh
- run: git diff --exit-code