Skip to content

Commit a037787

Browse files
wf update
1 parent 7d57e56 commit a037787

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/versions.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
- name: setup-go ${{ matrix.version }}
2424
uses: ./
2525
with:
26-
go-version: ${{ matrix.version}}
26+
go-version: ${{ matrix.version }}
2727

28-
- name: go version
29-
run: go version
28+
- name: match ${{ matrix.version }}
29+
run: go version
30+
31+
- name: validate version
32+
run: go version | grep "go${{ matrix.version }}"

0 commit comments

Comments
 (0)