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 Go version and dependencies #224

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

vbnrh
Copy link
Member

@vbnrh vbnrh commented Jul 17, 2024

Latest OCS changes require us to bump up from 1.21 to 1.22 and brings in various other upgrades.

  • Updated Go version from 1.21 to 1.22 in all GitHub workflows (lint.yaml, publish-images.yaml, test-and-build.yaml).
  • Modified go.mod to use Go 1.22.0 and updated various dependencies to their latest versions:
    • github.com/openshift/api to v0.0.0-20240701145226-44d00ee80f5e
    • github.com/rook/rook/pkg/apis to v0.0.0-20240701212738-8e25300ad55a
    • k8s.io/api to v0.30.2
    • k8s.io/apimachinery to v0.30.2
    • k8s.io/client-go to v0.29.5
    • Updated other indirect dependencies in go.sum.

- Updated Go version from 1.21 to 1.22 in all GitHub workflows (`lint.yaml`, `publish-images.yaml`, `test-and-build.yaml`).
- Modified `go.mod` to use Go 1.22.0 and updated various dependencies to their latest versions:
  - `github.com/openshift/api` to `v0.0.0-20240701145226-44d00ee80f5e`
  - `github.com/rook/rook/pkg/apis` to `v0.0.0-20240701212738-8e25300ad55a`
  - `k8s.io/api` to `v0.30.2`
  - `k8s.io/apimachinery` to `v0.30.2`
  - `k8s.io/client-go` to `v0.29.5`
  - Updated other indirect dependencies in `go.sum`.

Signed-off-by: vbadrina <[email protected]>
go.mod Show resolved Hide resolved
@openshift-ci openshift-ci bot added the lgtm label Jul 17, 2024
Copy link
Contributor

openshift-ci bot commented Jul 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: umangachapagain, vbnrh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [umangachapagain,vbnrh]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 6570168 into red-hat-storage:main Jul 17, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants