Skip to content

chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.1 #157

chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.1

chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.1 #157

Workflow file for this run

name: "Lint Server"
on:
push:
paths-ignore:
- 'docs/**'
- 'deployments/**'
- '*.md'
- 'client/**'
- '*.sql'
branches:
- main
- development
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- 'deployments/**'
- '*.md'
- 'client/**'
- '*.sql'
branches:
- main
types: [ opened, synchronize ]
jobs:
lint:
name: Lint Go code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --timeout=3m