Skip to content

Bump github.com/nyaruka/phonenumbers from 1.3.2 to 1.3.4 #347

Bump github.com/nyaruka/phonenumbers from 1.3.2 to 1.3.4

Bump github.com/nyaruka/phonenumbers from 1.3.2 to 1.3.4 #347

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 .