Skip to content

Commit

Permalink
update go version in codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakopako committed Nov 24, 2024
1 parent 940d054 commit 46b9515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
language: ["go"]
go-version: ["1.22"]
go-version: ["1.23"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down

0 comments on commit 46b9515

Please sign in to comment.