Skip to content

Bump github.com/stratoberry/go-gpsd from 1.2.0 to 1.3.0 in /gps_collector #54

Bump github.com/stratoberry/go-gpsd from 1.2.0 to 1.3.0 in /gps_collector

Bump github.com/stratoberry/go-gpsd from 1.2.0 to 1.3.0 in /gps_collector #54

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@v4
with:
go-version: 1.21
- name: Build & Install
run: |
sudo apt-get update && sudo apt-get install -y gpsd
make install
make uninstall