Skip to content

Commit f523a71

Browse files
committed
Set CodeQL Go version to 1.25.0
1 parent dc99892 commit f523a71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
steps:
3333
- name: Checkout repository
3434
uses: actions/checkout@v6
35+
36+
- name: Set up Go
37+
uses: actions/setup-go@v5
38+
with:
39+
go-version: "1.25.0"
40+
3541
# Initializes the CodeQL tools for scanning.
3642
- name: Initialize CodeQL
3743
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)