Github workflows v1
This commit is contained in:
parent
640f4a21d7
commit
0b9f823543
13
.github/workflows/go.yml
vendored
Normal file
13
.github/workflows/go.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user