Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
feat(BUX-420): explanation of go version issue in codeql gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Dec 20, 2023
1 parent 3cad80a commit 29d9e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# a pull request then we can check out the head.
fetch-depth: 2

# GH Actions runner uses go1.20 by default, so we need to install our own version.
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
- name: Install Go from go.mod
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 29d9e4f

Please sign in to comment.