Skip to content

feat(agent): register target #7

feat(agent): register target

feat(agent): register target #7

Workflow file for this run

name: build
on:
workflow_call:
workflow_dispatch:
push:
branches:
- "**"
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: |
go build -o paddler-bin-linux-x64 .