Skip to content

Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 #403

Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5

Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 #403

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
install-mode: "goinstall"