Skip to content

small out fixes, changed hello-world env names for clarity #12

small out fixes, changed hello-world env names for clarity

small out fixes, changed hello-world env names for clarity #12

Workflow file for this run

name: Build binary
on:
push:
branches:
- main
jobs:
build-binary:
name: Build binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build binary
run: make