From d836ba540f2e290a1b181967fc71ca7b8c89aa92 Mon Sep 17 00:00:00 2001 From: Vegar Sechmann Molvig Date: Thu, 25 Apr 2024 09:50:53 +0200 Subject: [PATCH] codeql: don't use setup-go --- .github/workflows/codeql-analysis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c6278d7f..4fd74fc2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -59,14 +59,6 @@ jobs: # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - - id: tool_versions - run: echo "go=$(grep golang .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT - - uses: actions/setup-go@v5 - with: - go-version: ${{ steps.tool_versions.outputs.go }} - - run: | - sudo apt-get update - sudo apt-get install --yes build-essential - run: | make local