Skip to content

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

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

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

Workflow file for this run

name: "golang-vulnerabilities"
on:
push:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
pull_request:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
jobs:
golangci:
name: golang-vulnerabilities
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: opzkit/govulncheck-action@v1
with:
go-version-file: 'go.mod'
check-latest: 'true'