-
Notifications
You must be signed in to change notification settings - Fork 52
⚠️ Set go version to 1.18 #1667
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
Conversation
go fix ./...
Error: connectors/katalog/pkg/apis/katalog/v1alpha1/zz_generated.deepcopy.go: fixed buildtag
Error: manager/apis/app/v1beta1/zz_generated.deepcopy.go: fixed buildtag
Error: pkg/model/attributes/zz_generated.deepcopy.go: fixed buildtag
Error: pkg/model/datacatalog/zz_generated.deepcopy.go: fixed buildtag
Error: pkg/model/policymanager/zz_generated.deepcopy.go: fixed buildtag
Error: pkg/model/taxonomy/zz_generated.deepcopy.go: fixed buildtag The reason for the above failure is: controller-gen used by Fybirk is built by go v1.17, it will generates the *.deepcopy.go with the old build tag comment:
But during the
Which causes the check failures. The controller-tools community does not plan to bump golang to 1.18 recently. So we cannot fix this issue now. Can we disable the check of fybrik/hack/make-rules/verify.mk Lines 26 to 29 in f6a5e4a
|
Hi @ityuhui, thanks for the investigation, let me check what can we do. |
Hi @roytman How about this issue ? A number of Go1.17 vulnerabilities have been reported recently. We need to upgrade it. |
Hi @ityuhui, sorry for the late response (I had a long vacation). Line 35 in c20ee72
|
Sure. I'll do it. |
Signed-off-by: Hui Yu <ityuhui@gmail.com>
Hi @roytman All checks pass now. Can you please review the latest PR ? |
@ityuhui, thanks for the PR. |
/cherry-pick branch=releases/1.2.1
|
Signed-off-by: Hui Yu <ityuhui@gmail.com>
Fixes #1664
Signed-off-by: Hui Yu ityuhui@gmail.com