Skip to content

chore(deps): bump github.com/alecthomas/kong from 1.6.1 to 1.7.0 (#263) #775

chore(deps): bump github.com/alecthomas/kong from 1.6.1 to 1.7.0 (#263)

chore(deps): bump github.com/alecthomas/kong from 1.6.1 to 1.7.0 (#263) #775

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@63b8f5845b2f2ca7dfc453e70bb95fa2acbf3e1d # v4.5.2
with:
release-type: program
release-main-package: ./cmd/xmidt-agent
release-custom-file: true
release-docker: true
yaml-lint-skip: false
secrets: inherit