Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 43f248d

Browse files
committed
ci: enable codeql for Go
1 parent 56f91b1 commit 43f248d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
language: [ 'python' ] #'go',
20+
language: [ 'go' ] #'go',
2121
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
2222
# Learn more:
2323
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

0 commit comments

Comments
 (0)