Skip to content

Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0… #181

Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0…

Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0… #181

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./pleasew build -p -v2 //...
- run: ./pleasew test -p -v2 --detailed //...
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}