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 690909d commit d56b358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ jobs:
go-version: ^1.13.6

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

- name: setup-go 1.13
uses: ./
with:
go-version: 1.13

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

- name: setup-go 1.12.9
uses: ./
with:
go-version: 1.12.9

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

- name: dump env
shell: bash
Expand Down

0 comments on commit d56b358

Please sign in to comment.