Skip to content

Commit

Permalink
fix: Add go installation with right version in codeQL pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Sep 21, 2023
1 parent 4850e15 commit 21d954e
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 @@ -26,6 +26,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit 21d954e

Please sign in to comment.