Skip to content

Merge remote-tracking branch 'origin/feat/child-process' #17

Merge remote-tracking branch 'origin/feat/child-process'

Merge remote-tracking branch 'origin/feat/child-process' #17

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.6'
- name: Download dependencies
run: go get .
- name: Build
run: go build -a -tags netgo,amd64 -ldflags '-s -w -extldflags "-static"' -o vindicta .