Skip to content

feat: add service daemon #45

feat: add service daemon

feat: add service daemon #45

Workflow file for this run

name: Golang
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: goreleaser/goreleaser-action@v5
with:
args: build --clean --snapshot