Skip to content

Add program so we actually run some Go #10

Add program so we actually run some Go

Add program so we actually run some Go #10

Workflow file for this run

name: Go
on:
push:
jobs:
setup-go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: matthewhughes-uw/setup-go@96dc2922127bfc204e643cd3360a1342f9849326
with:
go-version-file: 'go.mod'
- name: Run app
run: go run ./main.go