Skip to content

Commit

Permalink
ci(codeql): Install Go version in go.mod to fix autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Nov 8, 2023
1 parent 0331c05 commit ba6cd3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
with:
languages: ${{ matrix.language }}

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

- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down

0 comments on commit ba6cd3d

Please sign in to comment.