Skip to content

Commit

Permalink
does this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Apr 9, 2024
1 parent 43f9d8d commit 463e0f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: '1.22'

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

0 comments on commit 463e0f8

Please sign in to comment.