Skip to content

outbound: Add error type to TCP and TLS routes #293

outbound: Add error type to TCP and TLS routes

outbound: Add error type to TCP and TLS routes #293

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