Skip to content

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 #100

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 #100

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.20.5"
- uses: golangci/golangci-lint-action@v4
- run: make