8000 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 · abiosoft/colima@1560e81 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #882

build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1

build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #882

Workflow file for this run

name: golangci-lint
on:
push:
tags: [v*]
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
pull_request:
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout 3m0s
0