Skip to content

Merge pull request #4 from akbariandev/feat/deckerize_deplyment #4

Merge pull request #4 from akbariandev/feat/deckerize_deplyment

Merge pull request #4 from akbariandev/feat/deckerize_deplyment #4

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
- name: Build the binary
run: make build