Skip to content

Commit

Permalink
ci: Install Go version in go.mod to fix CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Nov 8, 2023
1 parent 8f34aa7 commit 38655cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ jobs:
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality



- name: Install Go
if: matrix.language == 'go'
uses: actions/setup-go@v4
with:
go-version-file: go.mod

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down

0 comments on commit 38655cc

Please sign in to comment.