Skip to content

vendor(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #309

vendor(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0

vendor(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #309

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
args: --timeout 3m