Skip to content

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #237

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1

build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #237

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.20' ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test ./...