2
0

ci(deps): clear module cache before downloading deps
Some checks failed
CI / build-and-test (push) Failing after 57s

Add module cache clearing step and enable verbose output for dependency downloads to help diagnose potential caching issues with private modules
This commit is contained in:
2026-01-25 12:27:22 -05:00
parent f984198d4d
commit 5ac01b2dc9

View File

@@ -17,8 +17,11 @@ jobs:
go-version-file: 'go.mod'
cache: false
- name: Clear module cache
run: go clean -modcache
- name: Download dependencies
run: go mod download
run: go mod download -x
env:
GOPRIVATE: git.marketally.com