Skip to content

chore(deps): bump github.com/urfave/cli from 1.22.14 to 1.22.15 #189

chore(deps): bump github.com/urfave/cli from 1.22.14 to 1.22.15

chore(deps): bump github.com/urfave/cli from 1.22.14 to 1.22.15 #189

Workflow file for this run

name: Lint golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v3
- name: set up golang
uses: actions/setup-go@v4
with:
go-version: 1.20.4
cache: false
- name: run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
skip-cache: true