Skip to content

Update module github.com/go-playground/validator/v10 to v10.23.0 #163

Update module github.com/go-playground/validator/v10 to v10.23.0

Update module github.com/go-playground/validator/v10 to v10.23.0 #163

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: -D errcheck