Skip to content

Bump golang.org/x/net from 0.10.0 to 0.11.0 #53

Bump golang.org/x/net from 0.10.0 to 0.11.0

Bump golang.org/x/net from 0.10.0 to 0.11.0 #53

Workflow file for this run

name: Test and coverage
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run tests with coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3