Skip to content

fix: uphost use mac address to match interface #146

fix: uphost use mac address to match interface

fix: uphost use mac address to match interface #146

Workflow file for this run

name: Build Go Binary
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: 1.20.5
- name: Build
run: go build ./...