Skip to content

Commit e1213ed

Browse files
committed
gha: update codeql workflow to go1.22.7
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 <github@gone.nl>
1 parent a4619f3 commit e1213ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: Update Go
6868
uses: actions/setup-go@v5
6969
with:
70-
go-version: '1.21'
70+
go-version: 1.22.7
7171
-
7272
name: Initialize CodeQL
7373
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)