Skip to content

fix(deps): Update module github.com/spf13/cobra to v1.10.2 #8085

fix(deps): Update module github.com/spf13/cobra to v1.10.2

fix(deps): Update module github.com/spf13/cobra to v1.10.2 #8085

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: Lint with GolangCI
runs-on: ubicloud-standard-8
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.7.2