Skip to content

Commit 2363774

Browse files
committed
ci: fix Go version selection for CodeQL too
See 1fbbfeb for details. Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 53372ed commit 2363774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lib-codeql.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
languages: 'go'
2727

2828
- uses: actions/setup-go@v4
29+
with:
30+
go-version-file: go.mod
31+
check-latest: true
2932
- name: Perform CodeQL Analysis
3033
uses: github/codeql-action/analyze@v2
3134
with:

0 commit comments

Comments
 (0)