Skip to content

Test CNI ordering

Test CNI ordering #297

Workflow file for this run

name: Go
on:
pull_request:
paths:
- .github/workflows/go.yml
- '**/*.go'
- go.sum
- justfile
jobs:
lint:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just go-lint --verbose --timeout=10m
fmt:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just go-fmt-check
unit-test:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just proxy-init-test-unit