Skip to content

go.mod: bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 #49

go.mod: bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0

go.mod: bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 #49

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run tests
env:
REDSHIFT_DSN: ${{ secrets.REDSHIFT_DSN }}
run: make test GOTEST_FLAGS="-v -count=1"