Skip to content

Bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.0 #18

Bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.0

Bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.0 #18

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.17'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.29