Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #986

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #986

Workflow file for this run

name: golangci-lint
on:
push:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
pull_request:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m