Skip to content

fix(deps): update module github.com/go-playground/validator/v10 to v1… #29

fix(deps): update module github.com/go-playground/validator/v10 to v1…

fix(deps): update module github.com/go-playground/validator/v10 to v1… #29

Workflow file for this run

name: tester
on:
push:
branches:
- "main"
paths:
- '**.go'
- 'go.*'
- '.github/workflows/test.yml'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- "main"
paths:
- '**.go'
- 'go.*'
- '.github/workflows/test.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
if: github.event.pull_request.draft == false
name: runner / gotest
runs-on: ubuntu-22.04
container: ghcr.io/runatlantis/testing-env:latest
steps:
- uses: actions/checkout@v3
- run: make test-all
- run: make check-fmt