Skip to content

Bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 #131

Bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0

Bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 #131

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v5
with:
version: v1.51.2
args: "--out-${NO_FUTURE}format colored-line-number"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.20'
- run: go test -v ./...