Skip to content

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

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

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

Workflow file for this run

name: Linting with golangci-lint
on:
push:
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
pull_request:
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
jobs:
golangci:
name: linter
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.20.X
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
with:
version: latest