Skip to content

build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 #295

build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0

build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 #295

Workflow file for this run

name: Test on pull request
on: pull_request
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go env
uses: actions/[email protected]
with:
go-version: '1.16'
- name: Run tests
run: go test -v ./...