Skip to content

Update module github.com/go-playground/validator/v10 to v10.21.0 #72

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

Update module github.com/go-playground/validator/v10 to v10.21.0 #72

Workflow file for this run

name: Check Codegen
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Check deepcopy
run: make check-deepcopy