Skip to content

Commit

Permalink
codeql: don't use setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Apr 25, 2024
1 parent a5e7730 commit d836ba5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d836ba5

Please sign in to comment.