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

Fix codeql #84

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Fix codeql #84

wants to merge 5 commits into from

Conversation

bobcallaway
Copy link
Owner

In run https://github.com/sigstore/sigstore/runs/5334014258?check_suite_focus=true there are 10 extraction errors because CodeQL defaults to golang 1.15 instead of at least 1.16 which is in the go.mod as a minimum for this module.

[2022-02-25 13:17:45] [build-stderr] 2022/02/25 13:17:45 Autobuilder was built with go1.15.15, environment has go1.15.15

This changes the default golang version used by CodeQL to match the values used during unit and e2e testing.

Signed-off-by: Bob Callaway bcallaway@google.com

Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant