Skip to content

build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 #980

build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10

build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 #980

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Go
uses: hashicorp/setup-golang@36878950ae8f21c1bc25accaf67a4df88c29b01d # v3.0.0
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1.0
skip-cache: true
args: --config .golangci.yml