We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d57e56 commit a037787Copy full SHA for a037787
1 file changed
.github/workflows/versions.yml
@@ -23,7 +23,10 @@ jobs:
23
- name: setup-go ${{ matrix.version }}
24
uses: ./
25
with:
26
- go-version: ${{ matrix.version}}
+ go-version: ${{ matrix.version }}
27
28
- - name: go version
29
- run: go version
+ - name: match ${{ matrix.version }}
+ run: go version
30
+
31
+ - name: validate version
32
+ run: go version | grep "go${{ matrix.version }}"
0 commit comments