We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12965b commit 2fa427eCopy full SHA for 2fa427e
1 file changed
.github/workflows/codeql-analysis.yml
@@ -41,6 +41,13 @@ jobs:
41
- name: Checkout repository
42
uses: actions/checkout@v4
43
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
+
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
uses: github/codeql-action/init@v2
0 commit comments