Skip to content

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #598

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #598

Workflow file for this run

name: Lint Go
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21.4'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
skip-cache: true
skip-save-cache: true