Skip to content

Bump github.com/spf13/cobra from 1.6.1 to 1.8.0 #173

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

Bump github.com/spf13/cobra from 1.6.1 to 1.8.0 #173

Workflow file for this run

name: build-and-test
on:
push:
branches:
- "**"
tags-ignore:
- "*"
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.0
with:
go-version: "1.20.1"
- name: Build and test
run: make