Skip to content

Bump github.com/spf13/cobra from 1.5.0 to 1.8.0 #56

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

Bump github.com/spf13/cobra from 1.5.0 to 1.8.0 #56

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Generate
run: go generate -v ./...
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...