-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
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
Fail to get release-notes on MacOSX Big Sur #1862
Comments
Hey @stafot, thank you for opening the issue! 🙏 I think this issue is not valid for the |
@saschagrunert Ack and thanks. So my alternative is to get the latast |
Yep, can you verify that this works for you? |
@saschagrunert Yes, building it from |
Thanks for the verification @stafot, lets close this for now. We can create a new release soon'ish. /close |
@saschagrunert: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
Running
GO111MODULE=on go get k8s.io/release/cmd/release-notes
failing and resulting the following errorsWhat you expected to happen:
Successfully get
release-notes
How to reproduce it (as minimally and precisely as possible):
Run
GO111MODULE=on go get k8s.io/release/cmd/release-notes
Anything else we need to know?:
Other projects reported similar problems for macos and freebsd. ref1, ref2, ref3
There is a proposed workaround which I could raise PR for if no objections and if there is no better alternative/solution. ref
Environment:
cat /etc/os-release
): MacOS Big Sur Version 11.1 (20C69)uname -a
):Darwin Kernel Version 20.2.0
go version go1.15.6 darwin/amd64
The text was updated successfully, but these errors were encountered: