Skip to content

Bump github.com/alecthomas/kong from 0.8.0 to 0.8.1 #16

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

Bump github.com/alecthomas/kong from 0.8.0 to 0.8.1 #16

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@v4
with:
go-version: '1.18'
- name: Build
run: make build
- name: Test
run: make test