Skip to content

Commit e48544a

Browse files
committed
ci(codeql): Fixing CodeQL analysis for Golang
1 parent bd8218e commit e48544a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
uses: github/codeql-action/init@v1
2828
with:
2929
languages: ${{ matrix.language }}
30+
- uses: actions/setup-go@v2
31+
with:
32+
go-version: "^1.15"
3033
- name: Autobuild
3134
run: make build
3235
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)