Skip to content

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 #105

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 #105

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.23.1']
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Build
run: make build