Skip to content

fix(deps): update module github.com/kardianos/service to v1.2.2 #110

fix(deps): update module github.com/kardianos/service to v1.2.2

fix(deps): update module github.com/kardianos/service to v1.2.2 #110

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v2
with:
go-version: '^1.18'
- name: Run tests
run: |
make test
make promu
make check_license