refactor: Add support for Go language in CodeQL analysis workflow

This commit is contained in:
Simon Larsen
2024-06-08 14:54:28 +01:00
parent c418dc41dd
commit 99dcee80cd

View File

@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'typescript' ]
language: [ 'javascript', 'typescript', 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support