Skip to content

chore: update golang.org/x/net to pull in new HTTP2 module #1

chore: update golang.org/x/net to pull in new HTTP2 module

chore: update golang.org/x/net to pull in new HTTP2 module #1

Workflow file for this run

---
name: Vendor Dependencies Check
permissions:
contents: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/depscheck.yaml'
- 'vendor/**'
- '**.go'
jobs:
depscheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: make depscheck