Skip to content

Merge pull request #108 from kblissett/patch-1 #125

Merge pull request #108 from kblissett/patch-1

Merge pull request #108 from kblissett/patch-1 #125

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: |
cd src
go build ./main.go