Skip to content

validator v10 bump 10.14.1 10.15.3 #1065

validator v10 bump 10.14.1 10.15.3

validator v10 bump 10.14.1 10.15.3 #1065

Workflow file for this run

on: [pull_request]
name: Unittests
jobs:
test:
strategy:
matrix:
go-version: [ "1.20.x", "1.21.x" ]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...