Skip to content

chore(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #1630

chore(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.1

chore(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #1630

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: '${{ github.workspace }}/go.mod'
check-latest: true
cache: false
- name: Lint
run: make lint