Skip to content

Merge pull request #11 from jacobwgillespie/dependabot/github_actions… #30

Merge pull request #11 from jacobwgillespie/dependabot/github_actions…

Merge pull request #11 from jacobwgillespie/dependabot/github_actions… #30

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go mod tidy
- run: go build