Skip to content

Bump github.com/alecthomas/kong from 0.9.0 to 1.5.1 #36

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

Bump github.com/alecthomas/kong from 0.9.0 to 1.5.1 #36

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: make build
- name: Test
run: make test