Skip to content

Remove go 1.16 and 1.17. Add Go 1.22 and 1.23 into dynamic tracer test matrix #3832

Remove go 1.16 and 1.17. Add Go 1.22 and 1.23 into dynamic tracer test matrix

Remove go 1.16 and 1.17. Add Go 1.22 and 1.23 into dynamic tracer test matrix #3832

---
name: pr-description-linter
on:
pull_request:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
lint-pr-description:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
env:
PR_BODY: ${{github.event.pull_request.body}}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- id: run-pr-description-linter
run: ./tools/linters/pr_description_linter.sh