Skip to content

deps(deps): bump github.com/spf13/cobra from 1.8.1 to 1.10.2 #16

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

deps(deps): bump github.com/spf13/cobra from 1.8.1 to 1.10.2 #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26.x"
- name: Test
run: make test
- name: Build
run: make build