Skip to content

Commit

Permalink
chore: fix CodeQL "invalid go version" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw committed Oct 9, 2023
1 parent cb660af commit 3de6bfc
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 @@ -26,6 +26,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit 3de6bfc

Please sign in to comment.