Skip to content

Commit dc430ec

Browse files
committed
Explicitly installs Go with version before CodeQL analysis.
1 parent fd7a97f commit dc430ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-actions.yml

+4
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
steps:
125125
- name: Checkout repository
126126
uses: actions/checkout@v4
127+
- name: Setup Go
128+
uses: actions/setup-go@v5
129+
with:
130+
go-version: '1.22'
127131
- name: Initialize CodeQL
128132
uses: github/codeql-action/init@v3
129133
with:

0 commit comments

Comments
 (0)