Bumped the Golang version to 1.19 in pre-requisite documentation#6386
Conversation
varshaprasad96
left a comment
There was a problem hiding this comment.
Thanks for the contribution @UdayKumar-Ch!
This probably doesn't need a changelog, but its fine having it there!
/lgtm
|
you're welcome @varshaprasad96 |
|
Closing and reopening this PR to pick up CI fixes |
|
@ukumar009 Looks like the DCO check is failing. Once that is fixed we can merge this PR in. You should be able to follow the steps given in https://github.com/operator-framework/operator-sdk/pull/6386/checks?check_run_id=12461023493 to resolve this failure |
Go.mod is using golang 1.19 and pre-requisite is using 1.18. So Incrementing the developer guide to meet the golang version. Signed-off-by: Uday Kumar <udaykumar9@proton.me>
Signed-off-by: Uday Kumar <udaykumar9@proton.me>
|
New changes are detected. LGTM label has been removed. |
Thank you @everettraven I fixed the DCO issue now. |
|
Overriding the docs link checker failures as I was able to access all the "failed" links. Merging. |
Description of the change:
Go.mod is using golang 1.19 and pre-requisite is using 1.18. So Incrementing the developer guide to meet the golang version.
Bumped the Golang version.
Motivation for the change:
#6385
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments(seechangelog/fragments/00-template.yaml)website/content/en/docsCloses #6385