Skip to content

chore(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.2.1 #273

chore(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.2.1

chore(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.2.1 #273

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test-go:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: stable
- run: go test -v ./...