Skip to content

Update module github.com/spf13/pflag to v1.0.10 #1053

Update module github.com/spf13/pflag to v1.0.10

Update module github.com/spf13/pflag to v1.0.10 #1053

Workflow file for this run

name: verify
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make verify