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

Update to Go 1.21(1.21.13-1.1727172995) #287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

upadhyeammit
Copy link
Contributor

PR Title 💥

Please title this PR with a summary of the change, along with the JIRA card number.

Suggested formats:

  1. Fixes/Refs #RHIROS-XXX - Title
  2. RHIROS-XXX Title
  3. RHINENG-XXX Title

Feel free to remove this section from PR description once done.

Why do we need this change? 💭

Please include the context of this change here. If the change depends on Kruize add details about that as well!

Documentation update? 📝

  • Yes
  • No

Security Checklist 🔒

Upon raising this PR please go through RedHatInsights/secure-coding-checklist

💂‍♂️ Checklist 🎯

  • Does this change depend on specific version of Kruize
    • If yes what is the version no:
    • Is that image available in production or needs deployment?
  • Bugfix
  • New Feature
  • Refactor
  • Unittests Added
  • DRY code
  • Dependency Added
  • DB Migration Added

Additional 📣

Feel free to add any other relevant details such as links, notes, screenshots, here.

@upadhyeammit
Copy link
Contributor Author

As per the docs we should use go get -u ./... to update all packages, if I try this with go 1.21 then it says it requires 1.22,

$ go get -u ./...
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: github.com/golang-migrate/migrate/[email protected] requires go >= 1.22.0 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)
go: gonum.org/v1/[email protected] requires go >= 1.22 (running go 1.21.13)

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