fix: download deps

drew created

Change summary

.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -17,6 +17,9 @@ jobs:
         with:
           go-version: "1.24"
 
+      - name: Download dependencies
+        run: go mod download
+
       - name: Build
         run: go build -v ./...