Skip to content

fix: use uint16 for port config #39

fix: use uint16 for port config

fix: use uint16 for port config #39

Workflow file for this run

name: Check
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Go
uses: ./.github/actions/setup-go
- name: Install dependencies
run: go get
- name: Build
run: go build -v
- name: Test
run: go test -v