Skip to content

build(deps): bump github.com/go-playground/validator/v10 from 10.15.1 to 10.15.3 #266

build(deps): bump github.com/go-playground/validator/v10 from 10.15.1 to 10.15.3

build(deps): bump github.com/go-playground/validator/v10 from 10.15.1 to 10.15.3 #266

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.6
cache: false
- name: run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2