Skip to content

chore(deps): bump golang.org/x/net from 0.11.0 to 0.17.0 #148

chore(deps): bump golang.org/x/net from 0.11.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.11.0 to 0.17.0 #148

Workflow file for this run

name: test-unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out