Skip to content

Get single resource #26

Get single resource

Get single resource #26

Workflow file for this run

name: Build bugout command-line tool
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.15.6
- name: Build bugout binary
run: |
go build -o bugout cmd/bugout/main.go