Skip to content

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

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

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

Workflow file for this run

name: Format
on:
pull_request:
push:
merge_group:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22.5"
check-latest: true
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color