Github workflows v1

This commit is contained in:
xxxserxxx 2020-02-29 06:11:34 -06:00 committed by GitHub
parent 640f4a21d7
commit 0b9f823543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/go.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Build Go binaries
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Make binaries
uses: xxxserxxx/actions/golang-build@master