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

Use Go 1.20 (or 1.19) #6581

Closed
2 tasks
kadel opened this issue Feb 9, 2023 · 1 comment · Fixed by #6586
Closed
2 tasks

Use Go 1.20 (or 1.19) #6581

kadel opened this issue Feb 9, 2023 · 1 comment · Fixed by #6586
Assignees
Labels
priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Milestone

Comments

@kadel
Copy link
Member

kadel commented Feb 9, 2023

1.20 was released on Feb 1st. This means that our current version (1.18) is no longer supported.

  • Update all our CI jobs to use 1.20 (or at least 1.19 if 1.20 is not available)
  • Update release jobs to use 1.20 (or at least 1.19 if 1.20 is not available)

/priority high

@openshift-ci openshift-ci bot added the priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)). label Feb 9, 2023
@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label Feb 9, 2023
@rm3l rm3l added this to odo Project Feb 9, 2023
@rm3l rm3l self-assigned this Feb 9, 2023
@rm3l rm3l moved this to In Progress 🚧 in odo Project Feb 9, 2023
@rm3l rm3l mentioned this issue Feb 9, 2023
3 tasks
@rm3l
Copy link
Member

rm3l commented Feb 9, 2023

$ podman image pull registry.ci.openshift.org/openshift/release:golang-1.20
Trying to pull registry.ci.openshift.org/openshift/release:golang-1.20...
Error: initializing source docker://registry.ci.openshift.org/openshift/release:golang-1.20: reading manifest golang-1.20 in registry.ci.openshift.org/openshift/release: manifest unknown: manifest unknown

I'm updating to Go 1.19, as 1.20 does not seem to be available yet.

@rm3l rm3l removed the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label Feb 9, 2023
@rm3l rm3l moved this from In Progress 🚧 to In Review 👀 in odo Project Feb 9, 2023
@rm3l rm3l added this to the v3.7.0 🚀 milestone Feb 13, 2023
@rm3l rm3l modified the milestones: v3.7.0 🚀, v3.8.0 🚀 Feb 15, 2023
@rm3l rm3l changed the title Use Go 1.20 Use Go 1.20 (or 1.19) Feb 16, 2023
@github-project-automation github-project-automation bot moved this from In Review 👀 to Done ✅ in odo Project Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants