Skip to content

Commit

Permalink
Make sure right go is pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Mar 30, 2024
1 parent d99316d commit 2e7080e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 2e7080e

Please sign in to comment.