Skip to content

Bump golang.org/x/net from 0.8.0 to 0.17.0 #94

Bump golang.org/x/net from 0.8.0 to 0.17.0

Bump golang.org/x/net from 0.8.0 to 0.17.0 #94

Workflow file for this run

name: Run Tests on PRs
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.2
- name: Install dependencies
run: go get
- name: Run tests
run: go test -race -cover ./... -v