Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #27

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #27

Workflow file for this run

name: Linter
on:
push:
branches-ignore:
- main
jobs:
golangci:
name: Linting Go code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest