Skip to content

Bump github.com/spf13/pflag from 1.0.7 to 1.0.10 #668

Bump github.com/spf13/pflag from 1.0.7 to 1.0.10

Bump github.com/spf13/pflag from 1.0.7 to 1.0.10 #668

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.23.5'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.5
skip-cache: true
skip-save-cache: true