Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a4c169

Browse files
matifalimafredri
andauthored
Update .github/workflows/codeql.yml
Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent 18f3fd9 commit 5a4c169

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
languages: ${{ matrix.language }}
3535

36+
- name: Setup Go
37+
if: matrix.language == 'go'
38+
uses: actions/setup-go@v3
39+
with:
40+
go-version: "~1.19"
41+
3642
- name: Download Go Dependencies
3743
if: matrix.language == 'go'
3844
run: go mod download

0 commit comments

Comments
 (0)