Skip to content

Bump github.com/philips-software/go-hsdp-api from 0.80.1 to 0.83.2 #155

Bump github.com/philips-software/go-hsdp-api from 0.80.1 to 0.83.2

Bump github.com/philips-software/go-hsdp-api from 0.80.1 to 0.83.2 #155

Workflow file for this run

name: "Test"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- run: go test ./...