Skip to content

Commit 3181ff8

Browse files
authored
Update codeql-analysis.yml
1 parent d0348a1 commit 3181ff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
- name: Checkout repository
4141
uses: actions/checkout@v4
4242

43+
- uses: actions/setup-go@v5
44+
with:
45+
go-version: "stable"
46+
4347
# Initializes the CodeQL tools for scanning.
4448
- name: Initialize CodeQL
4549
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)