Skip to content

fix(deps): update module github.com/nyaruka/phonenumbers to v1.4.0 #152

fix(deps): update module github.com/nyaruka/phonenumbers to v1.4.0

fix(deps): update module github.com/nyaruka/phonenumbers to v1.4.0 #152

Workflow file for this run

name: Continuos Integration
on:
push:
branches:
- "**"
- "!main"
paths:
- "**.go"
- "**.mod"
workflow_call:
jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
- run: go test ./... -v -count=1