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 967e8af commit 5a98c43Copy full SHA for 5a98c43
go/actions/test/action.yml
@@ -17,11 +17,11 @@ runs:
17
using: composite
18
steps:
19
- name: Set up Go ${{ inputs.go-test-version }}
20
+ id: setup-go
21
uses: actions/setup-go@v5
22
with:
23
go-version: ${{ inputs.go-test-version }}
24
cache: false
- id: go
25
26
- name: Set up CodeQL CLI
27
uses: ./.github/actions/fetch-codeql
@@ -65,7 +65,7 @@ runs:
65
if: inputs.run-code-checks == 'true' && !cancelled()
66
uses: actions/upload-artifact@v4
67
68
- name: qhelp-markdown
+ name: qhelp-markdown-${{ steps.setup-go.outputs.go-version }}
69
path: go/qhelp-out/**/*.md
70
71
- name: Cache compilation cache
0 commit comments