Skip to content

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 #105

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 #105

Workflow file for this run

---
# This file is a workflow configuration file for an integration workflow using
# GitHub Actions.
name: Integration
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
uses: ./.github/workflows/test.yml
coverage:
if: contains(github.ref, 'main')
needs: test
uses: ./.github/workflows/coverage.yml
permissions:
contents: write