Skip to content

Bump github.com/go-playground/validator/v10 from 10.13.0 to 10.22.0 #746

Bump github.com/go-playground/validator/v10 from 10.13.0 to 10.22.0

Bump github.com/go-playground/validator/v10 from 10.13.0 to 10.22.0 #746

Workflow file for this run

name: Pull Request Pipeline
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
name: sanity checks - pull request
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.18'
- name: run tests and build
run: make clean test bins
- name: lint
run: make tools lint