Skip to content

chore(deps): bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 #426

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

chore(deps): bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 #426

Workflow file for this run

name: go
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v5
with:
go-version: stable
- name: run goreleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: build --clean --snapshot
- name: test
run: go test -v ./...