Skip to content

Bump github.com/spf13/cobra from 1.5.0 to 1.7.0 (#7) #28

Bump github.com/spf13/cobra from 1.5.0 to 1.7.0 (#7)

Bump github.com/spf13/cobra from 1.5.0 to 1.7.0 (#7) #28

Workflow file for this run

name: Lint
env:
GO_VERSION: '1.20'
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: lint
run: make lint