-
Notifications
You must be signed in to change notification settings - Fork 2.3k
go.mod: bump up deps; CI: remove appveyor, add macOS #1460
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
Conversation
https://ci.appveyor.com/project/sirupsen/logrus/builds/52271745
Appveyor seems to still use Go 1.13? |
GHA should suffice for running tests on Windows Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Yes, makes sense to me. Less to maintain! |
I guess we could (should?) add macOS as well |
The minimum Go version is now bumped up from 1.13 to 1.17. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
I'm assuming AppVeyor will disappear after this, but we could probably do a test PR after this to see if it stops complaining (or if changes to the repo settings are needed)
Appveyor is failing for the master: https://ci.appveyor.com/project/sirupsen/logrus/builds/52271891 @thaJeztah Could you update the repo setting? |
😢 unfortunately I don't have access to settings; perhaps @sirupsen is able to (or to grant access). If possible, I also would not mind having @AkihiroSuda as co-maintainer. Alternatively, we could add a stub AppVeyor config as a temporary workaround |
The minimum Go version is now bumped up from 1.13 to 1.17. (Corresponds to the Go version tested on GHA)