use go 1.15

This commit is contained in:
Alessio Treglia
2020-11-09 18:41:34 +00:00
parent f2876f4ece
commit 3b4124bb40
2 changed files with 5 additions and 5 deletions

View File

@@ -52,6 +52,10 @@ jobs:
with:
name: "${{ github.sha }}-${{ matrix.part }}"
if: env.GIT_DIFF
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: test & coverage report creation
run: |
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 8m -race -coverprofile=${{ matrix.part }}profile.out -covermode=atomic