fix test jitter

This commit is contained in:
Pierre Dubouilh
2019-12-25 22:44:25 +01:00
parent 5c9c8983e1
commit e22ef1bc12
3 changed files with 23 additions and 18 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.12
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.13
id: go
- name: Check out code into the Go module directory