Skip to content

ci: fix workflow to build binary with VERSION from git -- fetch_depth: 0 #590

ci: fix workflow to build binary with VERSION from git -- fetch_depth: 0

ci: fix workflow to build binary with VERSION from git -- fetch_depth: 0 #590

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build Binary
run: go build -v -o masa-node ./cmd/masa-node