-
Notifications
You must be signed in to change notification settings - Fork 193
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
Revert "NO-ISSUE: Update go
to 1.21.1
follow-up (#1966)"
#2000
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, it's always a bit tricky with Go versions. I can share a few stories that have bitten us so far. Anyway for the merge order, your proposal sounds good. But please note that there's a bit of time pressure to pull |
Was discussing this with @ljmotta and our understanding is that this PR makes it possible to continue building |
Yes, that's correct. That's the exact motivation for the PR. For that reason it isn't changing any Go version configured in GitHub action. |
This reverts commit 219907d.
c23266a
to
84577bd
Compare
@caponetto @zdrapela I've rebased the PR. Kindly asking for GH actions run approval, pls. :) |
This reverts commit 219907d.
Per my comment on: https://issues.redhat.com/browse/KOGITO-9799.
We should treat Go toolchain and
go.mod
min version as two separate entities. Because the latest Golang might not be available in the internal build systems etc.