Skip to content

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.2 #32

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.2

Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.2 #32

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
# go-version: 1.19
go-version-file: go.mod
# The builtin cache feature ensures that installing golangci-lint
# is consistently fast.
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m