Skip to content

Commit 7b87ba1

Browse files
committed
chore: try to debug
1 parent 4f7700b commit 7b87ba1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/compatibility.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
name: Lookup Go versions
1515
runs-on: ubuntu-latest
1616
outputs:
17-
matrix: ${{ steps.versions.outputs.matrix }}
17+
go-mod-version: ${{ steps.versions.outputs.go-mod-version }}
18+
latest: ${{ steps.versions.outputs.latest }}
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
@@ -34,6 +35,11 @@ jobs:
3435
go-version: ["${{ needs.go-versions.outputs.go-mod-version }}", "oldstable", "stable", "${{ needs.go-versions.outputs.latest }}"]
3536

3637
steps:
38+
- name: Dump GitHub matrix
39+
env:
40+
DEBUG: ${{ toJson(needs.go-versions) }}
41+
run: echo "$DEBUG"
42+
3743
- name: Checkout
3844
uses: actions/checkout@v4
3945

0 commit comments

Comments
 (0)