Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(codeql-analysis): fix the workflow by using go1.21
This workflow has been failing for a while because it's been using go1.20, which is incompatible with the go.mod file generated by go1.21 :/. I found this solution from: github/codeql-action#1842 (comment).
- Loading branch information