Skip to content

chore(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.1 #2030

chore(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.1

chore(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.1 #2030

Workflow file for this run

name: "golang-ci-lint"
on:
push:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
pull_request:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: 'true'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m