Skip to content

Commit

Permalink
Update versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shibanov committed Jun 22, 2020
1 parent d56b358 commit 3632aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: verify go
run: __tests__/verify-go.sh go1.13.6
shell: bash

- name: setup-go 1.13
uses: ./
Expand All @@ -34,6 +35,7 @@ jobs:

- name: verify go
run: __tests__/verify-go.sh go1.13.*
shell: bash

- name: setup-go 1.12.9
uses: ./
Expand All @@ -42,6 +44,7 @@ jobs:

- name: verify go
run: __tests__/verify-go.sh go1.12.9
shell: bash

- name: dump env
shell: bash
Expand Down

0 comments on commit 3632aa4

Please sign in to comment.