Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #127

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

Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #127

Workflow file for this run

name: build-and-test
on:
push:
branches:
- "**"
tags-ignore:
- "*"
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build and test
run: make