Skip to content

Bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0 #916

Bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0

Bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0 #916

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
name: go-test
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: go-test
run: go test -race -v ./...