Skip to content

fix(deps): update module github.com/alecthomas/kingpin/v2 to v2.4.0 #95

fix(deps): update module github.com/alecthomas/kingpin/v2 to v2.4.0

fix(deps): update module github.com/alecthomas/kingpin/v2 to v2.4.0 #95

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
pull_request:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest