Skip to content

Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.23.0 #34

Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.23.0

Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.23.0 #34

Workflow file for this run

name: verify
on:
pull_request:
branches: [ '*' ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Run tests
run: make test
shell: bash