-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Closed
Labels
Description
The twitter commit notification is broken since a couple of days:
https://github.com/scikit-learn/scikit-learn/actions/workflows/twitter.yml
The error message is:
go: cannot find main module; see 'go help modules'
for instance here:
https://github.com/scikit-learn/scikit-learn/runs/1951514354#step:2:99
I googled a bit but I am not familiar with go and I am not sure why this has changed: maybe the base docker image is using a new version of go?
https://stackoverflow.com/questions/53368187/go-modules-installing-go-tools/57317864#57317864