Skip to content

rust: Update to tonic v0.10 and prost v0.12 #215

rust: Update to tonic v0.10 and prost v0.12

rust: Update to tonic v0.10 and prost v0.12 #215

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:v42-go
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- run: just go-mod-check
- run: just go-gen-check
- run: just go-build