Skip to content

Commit a24c4b6

Browse files
committed
update codeql build
Signed-off-by: Frederico Araujo <[email protected]>
1 parent e4b9a42 commit a24c4b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
with:
3232
languages: ${{ matrix.language }}
3333

34-
- run: |
35-
wget https://dl.google.com/go/go1.16.3.linux-amd64.tar.gz
36-
tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
37-
EXPORT PATH=$PATH:/usr/local/go/bin/
34+
- run: |
3835
make SYSFLOW_VERSION=codeql SYSFLOW_BUILD_NUMBER=codeql build
3936
4037
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)