Skip to content

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#578) #1283

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#578)

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#578) #1283

Workflow file for this run

name: Go Multilinting
on:
push:
jobs:
build:
name: Check code
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6.2.0
with:
args: --timeout 5m -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck