Skip to content

chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #185

chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6

chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #185

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: ">=1.20.0"
- name: Run go vet
run: go vet -v ./...
- name: Run go test
run: go test -v -race ./...