Skip to content

Commit

Permalink
Fix CodeQL Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Aug 16, 2023
1 parent 5963206 commit 3aed6a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

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

0 comments on commit 3aed6a4

Please sign in to comment.