Skip to content
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

Docker image contains stale Go version #1797

Closed
awagner-iq opened this issue Oct 24, 2022 · 4 comments
Closed

Docker image contains stale Go version #1797

awagner-iq opened this issue Oct 24, 2022 · 4 comments

Comments

@awagner-iq
Copy link

awagner-iq commented Oct 24, 2022

The latest docker image uses Go 1.14.15:

$ 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.

@awagner-iq
Copy link
Author

Friendly ping?

@project0
Copy link
Contributor

#1734 It seems there is currently no active maintainer :-(

@DrPsychick
Copy link
Member

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.

@DrPsychick
Copy link
Member

The latest canary and RC is now on go 1.20.2, closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants