Skip to content

go.mod: bump github.com/go-playground/validator/v10 from 10.24.0 to 10.25.0 #60

go.mod: bump github.com/go-playground/validator/v10 from 10.24.0 to 10.25.0

go.mod: bump github.com/go-playground/validator/v10 from 10.24.0 to 10.25.0 #60

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test GOTEST_FLAGS="-v -count=1 -race"
- name: Integration test
run: make test-integration GOTEST_FLAGS="-v -count=1 -race"