Skip to content

fix(deps): update module github.com/spf13/cobra to v1.8.1 #150

fix(deps): update module github.com/spf13/cobra to v1.8.1

fix(deps): update module github.com/spf13/cobra to v1.8.1 #150

Workflow file for this run

name: Golangci-Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Run go get
run: go get ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54