Skip to content

Merge branch 'main' of github.com:distantmagic/paddler #111

Merge branch 'main' of github.com:distantmagic/paddler

Merge branch 'main' of github.com:distantmagic/paddler #111

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: |
make paddler-bin-linux-x64