Skip to content

Bump github.com/spf13/cobra from 1.4.0 to 1.7.0 #316

Bump github.com/spf13/cobra from 1.4.0 to 1.7.0

Bump github.com/spf13/cobra from 1.4.0 to 1.7.0 #316

Workflow file for this run

name: unit
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make unit
- uses: codecov/codecov-action@v3
with:
files: cover.out
functionalities: fixes