Skip to content

fix: Improve Stake Time Calculation Accuracy #197

fix: Improve Stake Time Calculation Accuracy

fix: Improve Stake Time Calculation Accuracy #197

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/checkout@v4.1.1
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
- name: Build the binary
run: make build