fix: delete go.work file to resolve codeql issue

CodeQL doesn't currently support go.work files. See https://github.com/github/codeql/issues/14235 for details.
This commit is contained in:
Jose Diaz-Gonzalez
2024-01-17 01:51:11 -05:00
committed by GitHub
parent b1a7032e9f
commit 9b4a376f68

View File

@@ -66,9 +66,9 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
# - run: |
# make bootstrap
# make release
# workaround for https://github.com/github/codeql/issues/14235
- name: Remove go.work file
run: rm go.work
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3