Skip to content

chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /constraint #195

chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /constraint

chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /constraint #195

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22"
check-latest: true
- run: make -C constraint lint