Skip to content

feat: add support for UDP protocol and implement health check method #8

feat: add support for UDP protocol and implement health check method

feat: add support for UDP protocol and implement health check method #8

Workflow file for this run

name: filesig Go CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.18']
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Use Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Run test
run: make test-cover