Skip to content

build(deps): bump github.com/nyaruka/phonenumbers from 1.1.8 to 1.1.9 #295

build(deps): bump github.com/nyaruka/phonenumbers from 1.1.8 to 1.1.9

build(deps): bump github.com/nyaruka/phonenumbers from 1.1.8 to 1.1.9 #295

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
strategy:
matrix:
go-version: [1.21.x,1.20.x]
# platform: [ubuntu-latest]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: go test -v -covermode=count ./...