Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0 #26

build(deps): bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0

build(deps): bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0 #26

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: [1.16]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: go test -v ./...