Skip to content

chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #92

chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3

chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #92

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54