Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Generate code
run: go generate ./...
- name: Run Tests
run: go test -v ./...