Skip to content

Bump github.com/spf13/cobra from 1.2.1 to 1.9.1 #15

Bump github.com/spf13/cobra from 1.2.1 to 1.9.1

Bump github.com/spf13/cobra from 1.2.1 to 1.9.1 #15

Workflow file for this run

name: Go Linting
permissions:
contents: read
on:
pull_request:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/lint.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m