Files
sif/.github/workflows/go.yml
tessa k 4d7e1426d6 Update go.yml
fix build
2024-06-10 12:25:38 -04:00

18 lines
299 B
YAML

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: make