Skip to content

update to use whosonfirst/go-whosonfirst-id and vendor deps to reflec… #21

update to use whosonfirst/go-whosonfirst-id and vendor deps to reflec…

update to use whosonfirst/go-whosonfirst-id and vendor deps to reflec… #21

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Test
run: make test