Skip to content

chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.8.0 #398

chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.8.0

chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.8.0 #398

Workflow file for this run

name: Pipeline
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Test:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go 1.x
uses: actions/setup-go@v3
with:
go-version: "1.18"
- name: Run Tests
run: go test -json ./... > test_results.json
- name: Annotate Tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test_results.json