Skip to content

Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #188

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

Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #188

Workflow file for this run

name: Static Analysis
on: [push, pull_request]
permissions:
contents: read
jobs:
static_analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
env:
GO111MODULE: off
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=15m