Skip to content

Commit 35997c2

Browse files
committed
Use latest Go for coverage-verify
Signed-off-by: Dale Haiducek <[email protected]>
1 parent d5e17ad commit 35997c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/kind.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
name: coverage_e2e_uninstall
6969
path: coverage_e2e_uninstall.out
70-
70+
7171
- name: Debug
7272
if: ${{ failure() }}
7373
run: |
@@ -240,7 +240,7 @@ jobs:
240240
needs: [preflight-tests, kind-tests, hosted-tests, hub-template-tests]
241241
defaults:
242242
run:
243-
working-directory: '.'
243+
working-directory: "."
244244
name: Test Coverage Verification
245245
runs-on: ubuntu-latest
246246
steps:
@@ -250,7 +250,7 @@ jobs:
250250
- name: Set up Go
251251
uses: actions/setup-go@v5
252252
with:
253-
go-version-file: go.mod
253+
go-version: stable
254254

255255
- name: Download Coverage Results
256256
uses: actions/download-artifact@v4
@@ -261,12 +261,12 @@ jobs:
261261
run: |
262262
make coverage-verify
263263
make gosec-scan
264-
264+
265265
cat gosec.json
266266
cat <<EOF > event.json
267267
${{ toJSON(github.event) }}
268268
EOF
269-
269+
270270
- name: Upload artifacts for the sonarcloud workflow
271271
if: ${{ github.repository_owner == 'stolostron' }}
272272
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)