Skip to content

Move to iotaledger repo #5252

Move to iotaledger repo

Move to iotaledger repo #5252

Workflow file for this run

name: Build HORNET
on:
push:
branches:
- legacy
- develop-legacy
pull_request:
jobs:
build:
name: Build HORNET
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15.5
id: go
- name: Print Go version
run: go version
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build HORNET
run: go build -v .