Skip to content

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 #37

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 #37

Workflow file for this run

name: Run Go tests
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go test -v -short ./...