You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
The file Dockerfile.test is covered by the *.test in the .gitignore file. This causes issues when using go dep, as it imports the repo but git ignores that file, leading to it not being vendored.
Fixes:
rename Dockerfile.test to something that isn't ignored (e.g., test-Dockerfile)
The file
Dockerfile.testis covered by the*.testin the.gitignorefile. This causes issues when usinggo dep, as it imports the repo but git ignores that file, leading to it not being vendored.Fixes:
Dockerfile.testto something that isn't ignored (e.g.,test-Dockerfile).gitignoreto not ignore this file