ci(deps): clear module cache before downloading deps
Some checks failed
CI / build-and-test (push) Failing after 57s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user