Skip to content

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

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 #40

name: Static Analysis
on: [push, pull_request]
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: verify
run: make verify