Skip to content

build(deps): bump github.com/alecthomas/kong from 1.13.0 to 1.14.0 #74

build(deps): bump github.com/alecthomas/kong from 1.13.0 to 1.14.0

build(deps): bump github.com/alecthomas/kong from 1.13.0 to 1.14.0 #74

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest