Skip to content

chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 #549

chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2

chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 #549

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v9