Skip to content

Bump github.com/go-playground/validator/v10 from 10.15.0 to 10.21.0 #105

Bump github.com/go-playground/validator/v10 from 10.15.0 to 10.21.0

Bump github.com/go-playground/validator/v10 from 10.15.0 to 10.21.0 #105

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.0
- name: Install Tools
run: make tools
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./cover.out
functionalities: fix