Skip to content

Allows trackingmiddleware to work with both Trace V1 and V2 #181

Allows trackingmiddleware to work with both Trace V1 and V2

Allows trackingmiddleware to work with both Trace V1 and V2 #181

Workflow file for this run

name: Govulcheck
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.5
go-package: ./...