Skip to content

Add support for HTTP local rate limiting #305

Add support for HTTP local rate limiting

Add support for HTTP local rate limiting #305

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