Compare commits

..

2 Commits

Author SHA1 Message Date
Hayden Hargreaves
997c4143ca cicd: fixing this maybe? Using go.mod instead of version
Some checks failed
Run Test Suite / test (push) Has been cancelled
2026-03-06 18:33:02 -07:00
Hayden Hargreaves
41fd9bd45a cicd: renamed workflow 2026-03-06 18:28:54 -07:00

View File

@ -19,7 +19,8 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.25.5" # Pin version go-version-file: go.mod # Use mod file directly
# go-version: "1.25.5" # Pin version
- name: Install dependencies - name: Install dependencies
run: go mod download run: go mod download