cicd: trying without go cache. Otherwise ill just use a go image
All checks were successful
Run Test Suite / test (push) Successful in 14s

This commit is contained in:
Hayden Hargreaves 2026-03-06 18:37:57 -07:00
parent 997c4143ca
commit c963d66e3b

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod # Use mod file directly
cache: false
# go-version: "1.25.5" # Pin version
- name: Install dependencies