diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2e26317..c4f4e12 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,6 +42,10 @@ jobs: if: ${{ github.event_name == 'pull_request' }} # Initializes the CodeQL tools for scanning. + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.17 - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: diff --git a/.gitignore b/.gitignore index 7383665..9118392 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ inotify-proxy-linux-* inotify-proxy.yaml tmp + +inotify-proxy \ No newline at end of file