Skip to content

policy: use filters instead of explicit errors in TCP and TLS protocols #312

policy: use filters instead of explicit errors in TCP and TLS protocols

policy: use filters instead of explicit errors in TCP and TLS protocols #312

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@11bd71901bbe5b1630ceea73d27597364c9af683
- run: just go-mod-check
- run: just go-gen-check
- run: just go-build