Skip to content

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

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

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

Workflow file for this run

name: unit
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make unit
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
- uses: codecov/codecov-action@v3
with:
files: coverage.out
functionalities: fixes