We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a known issue?
% sw_vers ProductName: macOS ProductVersion: 13.2 BuildVersion: 22D49 % go version go version go1.19.3 darwin/arm64 % go test --- FAIL: TestFollowSymlinks (0.00s) zglob_test.go:191: zglob failed: expected [bar/baz.txt foo foo/baz.txt] but got [bar foo foo/baz.txt] FAIL exit status 1 FAIL github.com/mattn/go-zglob 0.148s
Here's a repro build off a fork, with macos-latest added in a matrix strategy: https://github.com/jleverenz/go-zglob/actions/runs/4203483111/jobs/7292936601 (diff)
macos-latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a known issue?
Here's a repro build off a fork, with
macos-latest
added in a matrix strategy: https://github.com/jleverenz/go-zglob/actions/runs/4203483111/jobs/7292936601 (diff)The text was updated successfully, but these errors were encountered: