Skip to content

Bump github.com/nyaruka/phonenumbers from 1.2.3 to 1.3.0 #326

Bump github.com/nyaruka/phonenumbers from 1.2.3 to 1.3.0

Bump github.com/nyaruka/phonenumbers from 1.2.3 to 1.3.0 #326

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go version
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true
id: go
- name: Get dependencies
run: go get .
- name: Build Test
run: go build .