ci: add go mod download to resolve dependencies
Build & Push Workflows Image / build-push (push) Failing after 27s
ci / test (push) Failing after 1m41s

This commit is contained in:
Test
2026-09-05 14:05:30 -07:00
parent 5b5880c6e4
commit a6f8d47a23
+3
View File
@@ -15,6 +15,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Download dependencies
run: go mod download
- name: Get short SHA
id: sha
run: |