Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
ci(codeql): Fixing CodeQL analysis for Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh committed Jan 24, 2021
1 parent a1fd9b2 commit 5861177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
languages: ${{ matrix.language }}

- uses: actions/setup-go@v2
with:
go-version: "^1.15"

- name: Autobuild
run: make build

Expand Down

0 comments on commit 5861177

Please sign in to comment.