Skip to content

Update module github.com/go-playground/validator/v10 to v10.23.0 #99

Update module github.com/go-playground/validator/v10 to v10.23.0

Update module github.com/go-playground/validator/v10 to v10.23.0 #99

Workflow file for this run

name: test
on: push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Create k8s Kind Cluster
uses: helm/[email protected]
- name: Run test
run: go test -v ./...