Skip to content

fix(deps): update module github.com/urfave/cli/v2 to v3 #1035

fix(deps): update module github.com/urfave/cli/v2 to v3

fix(deps): update module github.com/urfave/cli/v2 to v3 #1035

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version: '1.24.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6