Skip to content

fix(deps): bump github.com/go-playground/validator/v10 #68

fix(deps): bump github.com/go-playground/validator/v10

fix(deps): bump github.com/go-playground/validator/v10 #68

---
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.20'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: "latest"
args: "--timeout=30m"