Skip to content

Bump github.com/philips-software/go-hsdp-api from 0.87.0 to 0.88.0 #388

Bump github.com/philips-software/go-hsdp-api from 0.87.0 to 0.88.0

Bump github.com/philips-software/go-hsdp-api from 0.87.0 to 0.88.0 #388

Workflow file for this run

name: linter
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: golint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.18.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout 5m0s