Skip to content

Commit

Permalink
gha: update codeql workflow to go1.22.7
Browse files Browse the repository at this point in the history
commit d7d5659 updated this
repository to go1.22, but the codeql action didn't specify a
patch version, and was missed.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit e1213ed)
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
thaJeztah authored and austinvazquez committed Oct 8, 2024
1 parent 60853f5 commit 7fff8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Update Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: 1.22.7
-
name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 7fff8a0

Please sign in to comment.