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
$ docker run -it gomods/athens:latest go version
go version go1.14.15 linux/amd64
That version of Go is very old, currently we are on Go 1.19. There have been many changes, in particular for modules. I am having trouble setting up a module proxy at work. I believe a possible reason for that is that .netrc parsing has been made more robust since then.
The canary tag contains a newer Go version (though with Go 1.18.6 still not the newest).
It would be great if a new release could be cut. Also, long-term it might be beneficial to either version the image separately from the code, or at least do a bug-fix release every time a new Go version comes out - I would really like our athens installations to always use the latest stable Go version.
The text was updated successfully, but these errors were encountered:
We've picked up work on bringing Athens back up to date and keep maintaining it. We'll create a RC tag soon with the changes accumulated over the last months.
The latest docker image uses Go 1.14.15:
That version of Go is very old, currently we are on Go 1.19. There have been many changes, in particular for modules. I am having trouble setting up a module proxy at work. I believe a possible reason for that is that
.netrc
parsing has been made more robust since then.The
canary
tag contains a newer Go version (though with Go 1.18.6 still not the newest).It would be great if a new release could be cut. Also, long-term it might be beneficial to either version the image separately from the code, or at least do a bug-fix release every time a new Go version comes out - I would really like our athens installations to always use the latest stable Go version.
The text was updated successfully, but these errors were encountered: