Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #147

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

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #147

Workflow file for this run

name: "Go test"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21"]
name: Go ${{ matrix.go }} sample
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...