Skip to content

Merge remote-tracking branch 'origin/develop' into develop #1000

Merge remote-tracking branch 'origin/develop' into develop

Merge remote-tracking branch 'origin/develop' into develop #1000

Workflow file for this run

name: Go Build
on: [ push ]
jobs:
build-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: make build