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
Since modules does not support symlinks (see golang/go#24057 (comment)), dependency testing (e.g. go test all in a module that has go-rootcerts as a dependency) fails:
--- FAIL: TestLoadCACertsFromDirWithSymlinks (0.00s)
rootcerts_test.go:44: err: lstat test-fixtures/capath-with-symlinks: no such file or directory
FAIL
FAIL github.com/hashicorp/go-rootcerts 0.008s
Could the test possibly create a temporary symlink instead?
The text was updated successfully, but these errors were encountered:
Since modules does not support symlinks (see golang/go#24057 (comment)), dependency testing (e.g.
go test all
in a module that has go-rootcerts as a dependency) fails:Could the test possibly create a temporary symlink instead?
The text was updated successfully, but these errors were encountered: