Add Go GitHub actions config

This commit is contained in:
Peter 2020-04-07 21:40:36 +02:00
parent 2475f88df3
commit d7f742700c
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

22
.github/workflows/go.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.14
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build & test
run: make