Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #31

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

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #31

Workflow file for this run

name: linting
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2