Skip to content

Update io reading functions with non-deprecated counterparts #83

Update io reading functions with non-deprecated counterparts

Update io reading functions with non-deprecated counterparts #83

Workflow file for this run

name: Build Binaries
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: Run Cross-build
run: ./crossbuild.sh
- name: Show MemGator CLI Help
run: /tmp/mgbins/memgator-linux-amd64
- name: Upload Built MemGator Binaries
uses: actions/upload-artifact@v2
with:
name: memgator-bins
path: /tmp/mgbins