Skip to content

Pinging 1.1.1.1 and 8.8.8.8 as failover, for robustness (#12) #65

Pinging 1.1.1.1 and 8.8.8.8 as failover, for robustness (#12)

Pinging 1.1.1.1 and 8.8.8.8 as failover, for robustness (#12) #65

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build & Install
run: |
sudo apt-get update && sudo apt-get install -y gpsd
make install
make uninstall