Skip to content

Commit 2fa427e

Browse files
committed
minor: codeql
1 parent b12965b commit 2fa427e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql-analysis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
- name: Checkout repository
4242
uses: actions/checkout@v4
4343

44+
- name: Set up Go 1.x
45+
uses: actions/setup-go@v4
46+
with:
47+
go-version-file: './go.mod'
48+
check-latest: true
49+
- run: go version
50+
4451
# Initializes the CodeQL tools for scanning.
4552
- name: Initialize CodeQL
4653
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)