Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #23

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

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #23

Workflow file for this run

---
name: CI
on: push
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Test
run: go test -v ./...