Skip to content

Bump github.com/AfterShip/email-verifier from 1.4.0 to 1.4.1 #50

Bump github.com/AfterShip/email-verifier from 1.4.0 to 1.4.1

Bump github.com/AfterShip/email-verifier from 1.4.0 to 1.4.1 #50

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
cache: true
- name: Test
run: go test -v ./...