ci(deps): add explicit dependency download step
Some checks failed
CI / build-and-test (push) Failing after 23s
Some checks failed
CI / build-and-test (push) Failing after 23s
Download Go modules before running vet to ensure all dependencies are available, especially private modules from git.marketally.com
This commit is contained in:
@@ -17,6 +17,11 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
cache: false
|
||||
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
env:
|
||||
GOPRIVATE: git.marketally.com
|
||||
|
||||
- name: Vet
|
||||
run: make vet
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user