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

Upgrade to Go 1.19 #1325

Merged
merged 17 commits into from
Aug 14, 2023
Merged

Upgrade to Go 1.19 #1325

merged 17 commits into from
Aug 14, 2023

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Aug 13, 2023

Why are these changes needed?

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@@ -4,7 +4,4 @@
export DEBIAN_FRONTEND=noninteractive
export TZ=America/Los_Angeles

apt-get update -qq && apt-get upgrade -qq
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In .buildkite/test-rayjob-sample-yamls.yml, a curl command is executed before install-docker.sh, so there's no need to install curl again.

@@ -60,7 +60,9 @@

# Install python 3.10 and pip
- apt-get update
- apt-get install -y python3.10 python3-pip
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apt-get install -y python3-pip will report "error: externally-managed-environment" after I upgrade the image to golang:1.19.

@kevin85421 kevin85421 marked this pull request as ready for review August 13, 2023 22:47
@kevin85421 kevin85421 changed the title [WIP] Upgrade Go Upgrade to Go 1.19 Aug 13, 2023
@kevin85421
Copy link
Member Author

cc @anishasthana @blublinsky would you mind taking a look? Thx!

Copy link
Contributor

@blublinsky blublinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kevin85421 kevin85421 merged commit 31d8a8c into ray-project:master Aug 14, 2023
20 checks passed
@@ -1,6 +1,6 @@
module github.com/ray-project/kuberay/apiserver

go 1.17
go 1.19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 15, 2023
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 15, 2023
@kevin85421 kevin85421 mentioned this pull request Aug 18, 2023
2 tasks
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 22, 2023
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 28, 2023
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 28, 2023
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 29, 2023
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 29, 2023
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 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.

None yet

4 participants