Skip to content

Bump github.com/alecthomas/kong from 1.3.0 to 1.4.0 #640

Bump github.com/alecthomas/kong from 1.3.0 to 1.4.0

Bump github.com/alecthomas/kong from 1.3.0 to 1.4.0 #640

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
go-mod-tidy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- run: |
go mod tidy
git diff --exit-code