Skip to content

chore(deps)(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #475

chore(deps)(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1

chore(deps)(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #475

Workflow file for this run

name: lint
on:
pull_request:
jobs:
lint:
strategy:
matrix:
go: [1.21, 1.22]
name: lint
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Install golang"
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: "Run go vet"
run: "go vet ./pkg/..."