Skip to content

chore: v0.15.0

chore: v0.15.0 #315

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