This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
Feature request: specify Go version used to build project #351
Comments
We don't currently support setting the Go version, but this seems like a buggy check on Kubernetes' part, since 1.9.1 is smaller than 1.15. Could you maybe just patch that check? |
It's an old version of k8s, so the check is probably long-since fixed. |
It's perhaps worth pointing out that when building a Go database, build errors aren't always a problem. The extractor will go ahead and build a database anyway. For example, you can see that there are now a few Go alerts on your project, suggesting that it ultimately managed to build and analyse a database. |
Thank you for quick and nice reply! |
This can be done in code scanning by specifying a Go version using the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
I tried to create a CodeQL database for kubernetes-1.9.0 (which is an old version) through LGTM.com.
It was built successfully, but I found a warning in the Golang 'Extraction' log, as follows.
As far as I know, I can specify the version through
lgtm.yml
for languages such as Python, C#, Java.However, in this document, I could not find any words to specify the version of Golang.
Is there any way to specify the Golang version when creating a CodeQL database?
My LGTM project is https://lgtm.com/projects/g/donghyunlee00/v2-kubernetes-1.9.0, exactly same code with kubernetes-1.9.0 release code
Best Regards.
The text was updated successfully, but these errors were encountered: