Skip to content

Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 #582

Bump github.com/spf13/cobra from 1.10.1 to 1.10.2

Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 #582

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.25.0
- name: Install Tools
run: make tools
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
files: ./cover.out
functionalities: fix