Skip to content

build(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.1.0 #1008

build(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.1.0

build(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.1.0 #1008

Workflow file for this run

name: code_lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci_lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.22"
- run: touch internal/servers/hls/hls.min.js
- uses: golangci/golangci-lint-action@v4
with:
version: v1.55.0
mod_tidy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: "1.22"
- run: make lint-mod-tidy
api_docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make lint-apidocs