Skip to content

Bump golang.org/x/net from 0.8.0 to 0.17.0 #976

Bump golang.org/x/net from 0.8.0 to 0.17.0

Bump golang.org/x/net from 0.8.0 to 0.17.0 #976

Workflow file for this run

name: "Lint"
on: [pull_request, push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install deps
run: ./ci/install-deps.sh
- uses: pre-commit/[email protected]