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

Bump go 1.20.2 #3761

Closed
wants to merge 1 commit into from
Closed

Bump go 1.20.2 #3761

wants to merge 1 commit into from

Conversation

kolyshkin
Copy link
Contributor

Go 1.20.2 has an important fix to an issue described in [1]. Switch from using Go 1.19 from Dockerfile (used for release binaries and some CI) as well as from cirrus-ci.

Note in cirrus-ci we have to specify the patch number explicitly, as otherwise go 1.20 will be used, while in Dockerfile saying 1.20 means to use 1.20.x (which is 1.20.2 now).

[1] golang/go#58624

Go 1.20.2 has an important fix to an issue described in [1].
Switch from using Go 1.19 from Dockerfile (used for release binaries and
some CI) as well as from cirrus-ci.

Note in cirrus-ci we have to specify the patch number explicitly, as
otherwise go 1.20 will be used, while in Dockerfile saying 1.20 means
to use 1.20.x (which is 1.20.2 now).

[1] golang/go#58624

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin
Copy link
Contributor Author

Moved to #3753

@kolyshkin kolyshkin closed this Mar 9, 2023
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

Successfully merging this pull request may close these issues.

1 participant